gtkTextBufferSetText          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_B_u_f_f_e_r_S_e_t_T_e_x_t

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

     Deletes current contents of 'buffer', and inserts 'text' instead.
     If 'len' is -1, 'text' must be nul-terminated. 'text' must be
     valid UTF-8.

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

     gtkTextBufferSetText(object, text, len = -1)

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

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

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

   'len': [integer]  length of 'text' in bytes

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

     Derived by RGtkGen from GTK+ documentation

