gtkCellRendererComboNew()
gtkCellRendererCombo()
GObject +----GInitiallyUnowned +----GtkObject +----GtkCellRenderer +----GtkCellRendererText +----GtkCellRendererCombo
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.gtkCellRendererCombo
is the equivalent of gtkCellRendererComboNew
.has-entry
[logical : Read / Write]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 model
[GtkTreeModel
: * : Read / Write]text-column
[integer : Read / Write]GtkCellRendererCombo
automatically adds a text cell renderer for
this column to its combo box.
Allowed values: >= -1 Default value: -1 Since 2.6