Class

GcrUiListSelector

Description [src]

class GcrUi.ListSelector : Gtk.TreeView {
  parent: GtkTreeView
}

A selector widget to select 1 or more certificates or keys from a list.

Live search is available for quick filtering.

Ancestors

  • GtkTreeView
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkScrollable

Constructors

gcr_list_selector_new

Create a new GcrListSelector.

Instance methods

gcr_list_selector_get_collection

Get the collection that this selector is displaying objects from.

gcr_list_selector_get_selected

Get a list of selected objects.

gcr_list_selector_set_selected

Select certain objects in the selector.

Properties

GcrUi.ListSelector:collection

The collection which contains the objects to display in the selector.

Class structure

struct GcrUiListSelectorClass {
  /* no available fields */
}