Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_attachment_bar_new () |
gint | e_attachment_bar_get_active_view () |
void | e_attachment_bar_set_active_view () |
gboolean | e_attachment_bar_get_expanded () |
void | e_attachment_bar_set_expanded () |
EAttachmentStore * | e_attachment_bar_get_store () |
int | active-view | Read / Write / Construct |
gboolean | expanded | Read / Write / Construct |
EAttachmentStore * | store | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── EAttachmentBar
void e_attachment_bar_set_active_view (EAttachmentBar *bar
,gint active_view
);
void e_attachment_bar_set_expanded (EAttachmentBar *bar
,gboolean expanded
);
“active-view”
property “active-view” int
Owner: EAttachmentBar
Flags: Read / Write / Construct
Allowed values: [0,2]
Default value: 0
“expanded”
property “expanded” gboolean
Owner: EAttachmentBar
Flags: Read / Write / Construct
Default value: FALSE
“store”
property“store” EAttachmentStore *
Owner: EAttachmentBar
Flags: Read / Write / Construct Only