gtkCellRendererComboNew        package:RGtk2        R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_b_o_N_e_w

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

     Creates a new 'GtkCellRendererCombo'.  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:

     gtkCellRendererComboNew()

_D_e_t_a_i_l_s:

     Since  2.6

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

     ['GtkCellRenderer']  the new cell renderer

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

     Derived by RGtkGen from GTK+ documentation

