EAttachmentBar

EAttachmentBar

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBox
                           +----GtkVBox
                                 +----EAttachmentBar

Implemented Interfaces

EAttachmentBar implements AtkImplementorIface, GtkBuildable, GtkOrientable and EAttachmentView.

Properties

  "active-view"              gint                  : Read / Write / Construct
  "expanded"                 gboolean              : Read / Write / Construct
  "store"                    EAttachmentStore*     : Read / Write / Construct Only

Description

Details

struct EAttachmentBar

struct EAttachmentBar;

e_attachment_bar_new ()

GtkWidget *         e_attachment_bar_new                (EAttachmentStore *store);

e_attachment_bar_get_active_view ()

gint                e_attachment_bar_get_active_view    (EAttachmentBar *bar);

e_attachment_bar_set_active_view ()

void                e_attachment_bar_set_active_view    (EAttachmentBar *bar,
                                                         gint active_view);

e_attachment_bar_get_expanded ()

gboolean            e_attachment_bar_get_expanded       (EAttachmentBar *bar);

e_attachment_bar_set_expanded ()

void                e_attachment_bar_set_expanded       (EAttachmentBar *bar,
                                                         gboolean expanded);

e_attachment_bar_get_store ()

EAttachmentStore *  e_attachment_bar_get_store          (EAttachmentBar *bar);

Property Details

The "active-view" property

  "active-view"              gint                  : Read / Write / Construct

Allowed values: [0,2]

Default value: 0


The "expanded" property

  "expanded"                 gboolean              : Read / Write / Construct

Default value: FALSE


The "store" property

  "store"                    EAttachmentStore*     : Read / Write / Construct Only