| Top |
| GcrCollection * | collection | Read / Write / Construct Only |
| gpointer | columns | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── GcrTreeSelector
GcrTreeSelector implements AtkImplementorIface, GtkBuildable and GtkScrollable.
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 *
Collection to select from.
Flags: Read / Write / Construct Only
“columns” property“columns” gpointer
Columns to display in selector.
Flags: Read / Write / Construct Only