gtkTextBufferApplyTagByName      package:RGtk2      R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_A_p_p_l_y_T_a_g_B_y_N_a_m_e

_D_e_s_c_r_i_p_t_i_o_n:

     Calls 'gtkTextTagTableLookup' on the buffer's tag table to get a
     'GtkTextTag', then calls 'gtkTextBufferApplyTag'.

_U_s_a_g_e:

     gtkTextBufferApplyTagByName(object, name, start, end)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkTextBuffer']  a 'GtkTextBuffer'

  'name': [character]  name of a named 'GtkTextTag'

 'start': ['GtkTextIter']  one bound of range to be tagged

   'end': ['GtkTextIter']  other bound of range to be tagged

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

