gcr-list-selector

gcr-list-selector

Functions

Properties

GcrCollection * collection Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTreeView
                    ╰── GcrListSelector

Implemented Interfaces

GcrListSelector implements AtkImplementorIface, GtkBuildable and GtkScrollable.

Description

Functions

gcr_list_selector_new ()

GcrListSelector *
gcr_list_selector_new (GcrCollection *collection);

Returns


gcr_list_selector_get_collection ()

GcrCollection *
gcr_list_selector_get_collection (GcrListSelector *self);

Returns


gcr_list_selector_get_selected ()

GList *
gcr_list_selector_get_selected (GcrListSelector *self);

Returns


gcr_list_selector_set_selected ()

void
gcr_list_selector_set_selected (GcrListSelector *self,
                                GList *selected);

Types and Values

struct GcrListSelector

struct GcrListSelector;


struct GcrListSelectorClass

struct GcrListSelectorClass {
};

Property Details

The “collection” property

  “collection”               GcrCollection *

Collection to select from.

Flags: Read / Write / Construct Only