EOnlineButton

EOnlineButton

Functions

Properties

gboolean online Read / Write / Construct

Types and Values

struct EOnlineButton

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkButton
                        ╰── EOnlineButton

Implemented Interfaces

EOnlineButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.

Description

Functions

e_online_button_new ()

GtkWidget *
e_online_button_new (void);

e_online_button_get_online ()

gboolean
e_online_button_get_online (EOnlineButton *button);

e_online_button_set_online ()

void
e_online_button_set_online (EOnlineButton *button,
                            gboolean online);

Types and Values

struct EOnlineButton

struct EOnlineButton;

Property Details

The “online” property

  “online”                   gboolean

The button state is online.

Flags: Read / Write / Construct

Default value: TRUE