gcr-combo-selector

gcr-combo-selector

Functions

Properties

GcrCollection * collection Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkComboBox
                        ╰── GcrComboSelector

Implemented Interfaces

GcrComboSelector implements AtkImplementorIface, GtkBuildable, GtkCellLayout and GtkCellEditable.

Description

Functions

gcr_combo_selector_get_collection ()

GcrCollection *
gcr_combo_selector_get_collection (GcrComboSelector *self);

Returns


gcr_combo_selector_new ()

GcrComboSelector *
gcr_combo_selector_new (GcrCollection *collection);

Returns


gcr_combo_selector_get_selected ()

GObject *
gcr_combo_selector_get_selected (GcrComboSelector *self);

Returns


gcr_combo_selector_set_selected ()

void
gcr_combo_selector_set_selected (GcrComboSelector *self,
                                 GObject *selected);

Types and Values

struct GcrComboSelector

struct GcrComboSelector;


struct GcrComboSelectorClass

struct GcrComboSelectorClass {
};

Property Details

The “collection” property

  “collection”               GcrCollection *

Collection to select from.

Flags: Read / Write / Construct Only