| Gcr Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
Synopsis
struct GcrComboSelector; struct GcrComboSelectorClass; GcrCollection * gcr_combo_selector_get_collection (GcrComboSelector *self); GcrComboSelector * gcr_combo_selector_new (GcrCollection *collection); GObject * gcr_combo_selector_get_selected (GcrComboSelector *self); void gcr_combo_selector_set_selected (GcrComboSelector *self,GObject *selected);
Object Hierarchy
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkComboBox +----GcrComboSelector
Implemented Interfaces
GcrComboSelector implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.
Details
gcr_combo_selector_get_collection ()
GcrCollection * gcr_combo_selector_get_collection (GcrComboSelector *self);
gcr_combo_selector_get_selected ()
GObject * gcr_combo_selector_get_selected (GcrComboSelector *self);
gcr_combo_selector_set_selected ()
void gcr_combo_selector_set_selected (GcrComboSelector *self,GObject *selected);
Property Details
The "collection" property
"collection" GcrCollection* : Read / Write / Construct Only
Collection to select from.
