gtkTextBufferInsertRangeInteractive  package:RGtk2  R Documentation

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

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

     Same as 'gtkTextBufferInsertRange', but does nothing if the
     insertion point isn't editable. The 'default.editable' parameter
     indicates whether the text is editable at 'iter' if no tags
     enclosing 'iter' affect editability. Typically the result of
     'gtkTextViewGetEditable' is appropriate here.

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

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

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

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

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

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

   'end': ['GtkTextIter']  another position in the same buffer as
          'start'

'default.editable': [logical]  default editability of the buffer

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

     [logical]  whether an insertion was possible at 'iter'

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

     Derived by RGtkGen from GTK+ documentation

