gtkTextBufferInsertInteractive     package:RGtk2     R Documentation

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

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

     Like 'gtkTextBufferInsert', but the insertion will not occur if
     'iter' is at a non-editable location in the buffer. Usually you
     want to prevent insertions at ineditable locations if the
     insertion results from a user action (is interactive).

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

     gtkTextBufferInsertInteractive(object, iter, text, default.editable)

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

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

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

  'text': [character]  some UTF-8 text

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

_D_e_t_a_i_l_s:

     'default.editable' indicates the editability of text that doesn't
     have a tag affecting editability applied to it. Typically the
     result of 'gtkTextViewGetEditable' is appropriate here.

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

     [logical]  whether text was actually inserted

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

     Derived by RGtkGen from GTK+ documentation

