gtkTextViewSetBuffer          package:RGtk2          R Documentation

_g_t_k_T_e_x_t_V_i_e_w_S_e_t_B_u_f_f_e_r

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

     Sets 'buffer' as the buffer being displayed by 'text.view'. The
     previous buffer displayed by the text view is unreferenced, and a
     reference is added to 'buffer'. If you owned a reference to
     'buffer' before passing it to this function, you must remove that
     reference yourself; 'GtkTextView' will not "adopt" it.

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

     gtkTextViewSetBuffer(object, buffer)

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

'object': ['GtkTextView']  a 'GtkTextView'

'buffer': ['GtkTextBuffer']  a 'GtkTextBuffer'

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

     Derived by RGtkGen from GTK+ documentation

