gtkTextViewNew             package:RGtk2             R Documentation

_g_t_k_T_e_x_t_V_i_e_w_N_e_w

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

     Creates a new 'GtkTextView'. If you don't call
     'gtkTextViewSetBuffer' before using the text view, an empty
     default buffer will be created for you. Get the buffer with
     'gtkTextViewGetBuffer'. If you want to specify your own buffer,
     consider 'gtkTextViewNewWithBuffer'.

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

     gtkTextViewNew(show = TRUE)

_V_a_l_u_e:

     ['GtkWidget']  a new 'GtkTextView'

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

     Derived by RGtkGen from GTK+ documentation

