Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── GcrListSelector
GcrListSelector implements AtkImplementorIface, GtkBuildable and GtkScrollable.
The GcrListSelector can be used to select one or more certificates or keys. Live search is available for quick filtering.
GcrListSelector *
gcr_list_selector_new (GcrCollection *collection
);
Create a new GcrListSelector.
GcrCollection *
gcr_list_selector_get_collection (GcrListSelector *self
);
Get the collection that this selector is displaying objects from.
GList *
gcr_list_selector_get_selected (GcrListSelector *self
);
Get a list of selected objects.
the list of
selected objects, to be released with g_list_free()
.
[transfer container][element-type GObject.Object]
void gcr_list_selector_set_selected (GcrListSelector *self
,GList *selected
);
Select certain objects in the selector.
“collection”
property“collection” GcrCollection *
The collection which contains the objects to display in the selector.
Flags: Read / Write / Construct Only