gtkTextBufferInsertWithTags      package:RGtk2      R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_I_n_s_e_r_t_W_i_t_h_T_a_g_s

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

     Inserts 'text' into 'buffer' at 'iter', applying the list of tags
     to the newly-inserted text. The last tag specified must be NULL to
     terminate the list. Equivalent to calling 'gtkTextBufferInsert',
     then 'gtkTextBufferApplyTag' on the inserted text;
     'gtkTextBufferInsertWithTags' is just a convenience function.

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

     gtkTextBufferInsertWithTags(object, iter, text, ...)

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

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

  'iter': ['GtkTextIter']  an iterator in 'buffer'

  'text': [character]  UTF-8 text

   '...': list of tags to apply

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

     Derived by RGtkGen from GTK+ documentation

