| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkComboBox ╰── GcrComboSelector
GcrComboSelector implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
GcrCollection *
gcr_combo_selector_get_collection (GcrComboSelector *self);
GObject *
gcr_combo_selector_get_selected (GcrComboSelector *self);
void gcr_combo_selector_set_selected (GcrComboSelector *self,GObject *selected);
“collection” property“collection” GcrCollection *
Collection to select from.
Flags: Read / Write / Construct Only