gtkTextBufferInsertRange        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

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

     Copies text, tags, and pixbufs between 'start' and 'end' (the
     order of 'start' and 'end' doesn't matter) and inserts the copy at
     'iter'. Used instead of simply getting/inserting text because it
     preserves images and tags. If 'start' and 'end' are in a different
     buffer from 'buffer', the two buffers must share the same tag
     table.

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

     gtkTextBufferInsertRange(object, iter, start, end)

_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'

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

     Implemented via emissions of the insert_text and apply_tag
     signals, so expect those.

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

     Derived by RGtkGen from GTK+ documentation

