gtkTextBufferApplyTag         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

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

     Emits the "apply_tag" signal on 'buffer'. The default handler for
     the signal applies 'tag' to the given range. 'start' and 'end' do
     not have to be in order.

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

     gtkTextBufferApplyTag(object, tag, start, end)

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

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

   'tag': ['GtkTextTag']  a '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

