![]() |
![]() |
![]() |
Gcr Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct GcrTreeSelector; struct GcrTreeSelectorClass; GcrCollection * gcr_tree_selector_get_collection (GcrTreeSelector *self
); const GcrColumn * gcr_tree_selector_get_columns (GcrTreeSelector *self
); GcrTreeSelector * gcr_tree_selector_new (GcrCollection *collection
,const GcrColumn *columns
); GList * gcr_tree_selector_get_selected (GcrTreeSelector *self
); void gcr_tree_selector_set_selected (GcrTreeSelector *self
,GList *selected
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkTreeView +----GcrTreeSelector
GcrTreeSelector implements AtkImplementorIface, GtkBuildable and GtkScrollable.
"collection" GcrCollection* : Read / Write / Construct Only "columns" gpointer : Read / Write / Construct Only
GcrCollection * gcr_tree_selector_get_collection (GcrTreeSelector *self
);
const GcrColumn * gcr_tree_selector_get_columns (GcrTreeSelector *self
);
GcrTreeSelector * gcr_tree_selector_new (GcrCollection *collection
,const GcrColumn *columns
);
void gcr_tree_selector_set_selected (GcrTreeSelector *self
,GList *selected
);
"collection"
property"collection" GcrCollection* : Read / Write / Construct Only
Collection to select from.
"columns"
property"columns" gpointer : Read / Write / Construct Only
Columns to display in selector.