Top |
Functions
GcrCollection * | gcr_tree_selector_get_collection () |
const GcrColumn * | gcr_tree_selector_get_columns () |
GcrTreeSelector * | gcr_tree_selector_new () |
GList * | gcr_tree_selector_get_selected () |
void | gcr_tree_selector_set_selected () |
Properties
GcrCollection * | collection | Read / Write / Construct Only |
gpointer | columns | Read / Write / Construct Only |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── GcrTreeSelector
Implemented Interfaces
GcrTreeSelector implements AtkImplementorIface, GtkBuildable and GtkScrollable.
Description
The GcrTreeSelector can be used to select certificates or keys. It allows the user to select multiple objects from a tree.
Functions
gcr_tree_selector_get_collection ()
GcrCollection *
gcr_tree_selector_get_collection (GcrTreeSelector *self
);
Get the collection that this selector is displaying objects from.
gcr_tree_selector_get_columns ()
const GcrColumn *
gcr_tree_selector_get_columns (GcrTreeSelector *self
);
Get the columns displayed in a selector in multiple mode.
[skip]
gcr_tree_selector_new ()
GcrTreeSelector * gcr_tree_selector_new (GcrCollection *collection
,const GcrColumn *columns
);
Create a new GcrTreeSelector.
[skip]
gcr_tree_selector_get_selected ()
GList *
gcr_tree_selector_get_selected (GcrTreeSelector *self
);
Get a list of selected objects.
gcr_tree_selector_set_selected ()
void gcr_tree_selector_set_selected (GcrTreeSelector *self
,GList *selected
);
Select certain objects in the selector.
Property Details
The “collection”
property
“collection” GcrCollection *
The collection which contains the objects to display in the selector.
Flags: Read / Write / Construct Only