gtkTextBufferDeleteInteractive     package:RGtk2     R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_D_e_l_e_t_e_I_n_t_e_r_a_c_t_i_v_e

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

     Deletes all _editable_ text in the given range. Calls
     'gtkTextBufferDelete' for each editable sub-range of
     ['start','end'). 'start' and 'end' are revalidated to point to the
     location of the last deleted range, or left untouched if no text
     was deleted.

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

     gtkTextBufferDeleteInteractive(object, start.iter, end.iter, default.editable)

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

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

'start.iter': ['GtkTextIter']  start of range to delete

'end.iter': ['GtkTextIter']  end of range

'default.editable': [logical]  whether the buffer is editable by
          default

_V_a_l_u_e:

     [logical]  whether some text was actually deleted

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

     Derived by RGtkGen from GTK+ documentation

