Class
GcrUiTreeSelector
Description [src]
class GcrUi.TreeSelector : Gtk.TreeView {
parent: GtkTreeView
}
A tree selector can be used to select certificates or keys. It allows the user to select multiple objects from a tree.
Constructors
gcr_tree_selector_new
Create a new GcrTreeSelector
.
Instance methods
gcr_tree_selector_get_collection
Get the collection that this selector is displaying objects from.
gcr_tree_selector_get_columns
Get the columns displayed in a selector in multiple mode.
gcr_tree_selector_get_selected
Get a list of selected objects.
gcr_tree_selector_set_selected
Select certain objects in the selector.
Properties
GcrUi.TreeSelector:collection
The collection which contains the objects to display in the selector.
GcrUi.TreeSelector:columns
The columns to use to display the objects.