| Evolution Utilities Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
Synopsis
struct EAttachmentBar; GtkWidget * e_attachment_bar_new (EAttachmentStore *store); gint e_attachment_bar_get_active_view (EAttachmentBar *bar); void e_attachment_bar_set_active_view (EAttachmentBar *bar,gint active_view); gboolean e_attachment_bar_get_expanded (EAttachmentBar *bar); void e_attachment_bar_set_expanded (EAttachmentBar *bar,gboolean expanded); EAttachmentStore * e_attachment_bar_get_store (EAttachmentBar *bar);
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
Details
e_attachment_bar_set_active_view ()
void e_attachment_bar_set_active_view (EAttachmentBar *bar,gint active_view);
e_attachment_bar_set_expanded ()
void e_attachment_bar_set_expanded (EAttachmentBar *bar,gboolean expanded);
