gtkTextBufferDelete          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_D_e_l_e_t_e

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

     Deletes text between 'start' and 'end'. The order of 'start' and
     'end' is not actually relevant; 'gtkTextBufferDelete' will reorder
     them. This function actually emits the "delete_range" signal, and
     the default handler of that signal deletes the text. Because the
     buffer is modified, all outstanding iterators become invalid after
     calling this function; however, the 'start' and 'end' will be
     re-initialized to point to the location where text was deleted.

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

     gtkTextBufferDelete(object, start, end)

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

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

 'start': ['GtkTextIter']  a position in 'buffer'

   'end': ['GtkTextIter']  another position in 'buffer'

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

     Derived by RGtkGen from GTK+ documentation

