gcr-tree-selector

gcr-tree-selector

Functions

Properties

GcrCollection * collection Read / Write / Construct Only
gpointer columns Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTreeView
                    ╰── GcrTreeSelector

Implemented Interfaces

GcrTreeSelector implements AtkImplementorIface, GtkBuildable and GtkScrollable.

Description

Functions

gcr_tree_selector_get_collection ()

GcrCollection *
gcr_tree_selector_get_collection (GcrTreeSelector *self);

Returns


gcr_tree_selector_get_columns ()

const GcrColumn *
gcr_tree_selector_get_columns (GcrTreeSelector *self);

Returns


gcr_tree_selector_new ()

GcrTreeSelector *
gcr_tree_selector_new (GcrCollection *collection,
                       const GcrColumn *columns);

Returns


gcr_tree_selector_get_selected ()

GList *
gcr_tree_selector_get_selected (GcrTreeSelector *self);

Returns


gcr_tree_selector_set_selected ()

void
gcr_tree_selector_set_selected (GcrTreeSelector *self,
                                GList *selected);

Types and Values

struct GcrTreeSelector

struct GcrTreeSelector;


struct GcrTreeSelectorClass

struct GcrTreeSelectorClass {
};

Property Details

The “collection” property

  “collection”               GcrCollection *

Collection to select from.

Flags: Read / Write / Construct Only


The “columns” property

  “columns”                  gpointer

Columns to display in selector.

Flags: Read / Write / Construct Only