gtkCellRendererTextNew         package:RGtk2         R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_T_e_x_t_N_e_w

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

     Creates a new 'GtkCellRendererText'. Adjust how text is drawn
     using object properties. Object properties can be set globally
     (with 'gObjectSet'). Also, with 'GtkTreeViewColumn', you can bind
     a property to a value in a 'GtkTreeModel'. For example, you can
     bind the "text" property on the cell renderer to a string value in
     the model, thus rendering a different string in each row of the
     'GtkTreeView'

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

     gtkCellRendererTextNew()

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

     ['GtkCellRenderer']  the new cell renderer

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

     Derived by RGtkGen from GTK+ documentation

