org.gnu.gtk
public static class CellRendererCombo.Attribute extends CellRenderer.Attribute
Field Summary | |
---|---|
static CellRendererCombo.Attribute | HAS_ENTRY
(boolean)
If TRUE, the cell renderer will include an entry and
allow to enter values other than the ones in the
popup list.
|
static CellRendererCombo.Attribute | MODEL
(TreeModel)
Holds a tree model containing the possible values for
the combo box. |
static CellRendererCombo.Attribute | TEXT_COLUMN
(int)
Specifies the model column which holds the possible
values for the combo box. |