gtkTextBufferRemoveAllTags       package:RGtk2       R Documentation

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

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

     Removes all tags in the range between 'start' and 'end'.  Be
     careful with this function; it could remove tags added in code
     unrelated to the code you're currently writing. That is, using
     this function is probably a bad idea if you have two or more
     unrelated code sections that add tags.

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

     gtkTextBufferRemoveAllTags(object, start, end)

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

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

 '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

