gtkTextBufferInsert          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_I_n_s_e_r_t

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

     Inserts 'len' bytes of 'text' at position 'iter'.  If 'len' is -1,
     'text' must be and will be inserted in its entirety. Emits the
     "insert_text" signal; insertion actually occurs in the default
     handler for the signal. 'iter' is invalidated when insertion
     occurs (because the buffer contents change), but the default
     signal handler revalidates it to point to the end of the inserted
     text.

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

     gtkTextBufferInsert(object, iter, text, len = -1)

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

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

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

  'text': [character]  UTF-8 format text to insert

   'len': [integer]  length of text in bytes, or -1

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

     Derived by RGtkGen from GTK+ documentation

