GtkCellRendererCombo          package:RGtk2          R Documentation

_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_b_o

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

     Renders a combobox in a cell

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkCellRendererComboNew()'
      'gtkCellRendererCombo()'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkCellRenderer
                          +----GtkCellRendererText
                                +----GtkCellRendererCombo 

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

     'GtkCellRendererCombo' renders text in a cell like
     'GtkCellRendererText' from  which it is derived. But while
     'GtkCellRendererText' offers a simple entry to  edit the text,
     'GtkCellRendererCombo' offers a 'GtkComboBox' or
     'GtkComboBoxEntry' widget to edit the text. The values to display
     in the combo box are taken from  the tree model specified in the 
     model property.

     The combo cell renderer takes care of adding a text cell renderer
     to the combo  box and sets it to display the column specified by
     its  text-column  property. Further properties of the comnbo box
     can be set in a handler for the  editing-started signal.

     The 'GtkCellRendererCombo' cell renderer was added in GTK+ 2.6.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_C_o_m_b_o' _undocumented _


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkCellRendererCombo' is the equivalent of
     'gtkCellRendererComboNew'.

_P_r_o_p_e_r_t_i_e_s:


     '_h_a_s-_e_n_t_r_y' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] If 'TRUE', the cell renderer
          will include an entry and allow to enter  values other than
          the ones in the popup list.  

          Default value: TRUE  Since  2.6


     '_m_o_d_e_l' ['_G_t_k_T_r_e_e_M_o_d_e_l' : _R_e_a_d / _W_r_i_t_e] Holds a tree model
          containing the possible values for the combo box.  Use the
          text_column property to specify the column holding the
          values.  

          Since  2.6


     '_t_e_x_t-_c_o_l_u_m_n' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Specifies the model column
          which holds the possible values for the  combo box. 

          Note that this refers to the model specified in the model
          property,  _not_ the model backing the tree view to which 
          this cell renderer is attached. 'GtkCellRendererCombo'
          automatically adds a text cell renderer for  this column to
          its combo box.  

          Allowed values: >= -1  Default value: -1  Since  2.6


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererCombo.html>

