gtkTextBufferRemoveTag         package:RGtk2         R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_R_e_m_o_v_e_T_a_g

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

     Emits the "remove_tag" signal. The default handler for the signal
     removes all occurrences of 'tag' from the given range. 'start' and
     'end' don't have to be in order.

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

     gtkTextBufferRemoveTag(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 untagged

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

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

     Derived by RGtkGen from GTK+ documentation

