ECategoriesSelector

ECategoriesSelector

Properties

gboolean items-checkable Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTreeView
                    ╰── ECategoriesSelector

Implemented Interfaces

ECategoriesSelector implements AtkImplementorIface, GtkBuildable and GtkScrollable.

Description

Functions

e_categories_selector_new ()

GtkWidget *
e_categories_selector_new (void);

Since: 3.2


e_categories_selector_get_checked ()

gchar *
e_categories_selector_get_checked (ECategoriesSelector *selector);

Free returned pointer with g_free().

Since: 3.2


e_categories_selector_set_checked ()

void
e_categories_selector_set_checked (ECategoriesSelector *selector,
                                   const gchar *categories);

Since: 3.2


e_categories_selector_get_items_checkable ()

gboolean
e_categories_selector_get_items_checkable
                               (ECategoriesSelector *selector);

Since: 3.2


e_categories_selector_set_items_checkable ()

void
e_categories_selector_set_items_checkable
                               (ECategoriesSelector *selectr,
                                gboolean checkable);

Since: 3.2


e_categories_selector_delete_selection ()

void
e_categories_selector_delete_selection
                               (ECategoriesSelector *selector);

Since: 3.2


e_categories_selector_get_selected ()

gchar *
e_categories_selector_get_selected (ECategoriesSelector *selector);

Free returned pointer with g_free().

Since: 3.2

Types and Values

struct ECategoriesSelector

struct ECategoriesSelector;

Contains only private data that should be read and manipulated using the functions below.

Since: 3.2

Property Details

The “items-checkable” property

  “items-checkable”          gboolean

Flags: Read / Write

Default value: TRUE

Signal Details

The “category-checked” signal

void
user_function (ECategoriesSelector *ecategoriesselector,
               gchar               *arg1,
               gboolean             arg2,
               gpointer             user_data)

Flags: Run First


The “selection-changed” signal

void
user_function (ECategoriesSelector *ecategoriesselector,
               GtkTreeSelection    *arg1,
               gpointer             user_data)

Flags: Run First