Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── XAppStackSidebar
A XAppStackSidebar allows you to quickly and easily provide a consistent "sidebar" object for your user interface
In order to use a XAppStackSidebar, you simply use a GtkStack to
organize your UI flow, and add the sidebar to your sidebar area. You
can use xapp_stack_sidebar_set_stack()
to connect the XAppStackSidebar
to the GtkStack. The XAppStackSidebar is an extended version of the
the GtkStackSidebar that allows showing an icon in addition to the text.
void xapp_stack_sidebar_set_stack (XAppStackSidebar *sidebar
,GtkStack *stack
);
Set the GtkStack associated with this XAppStackSidebar.
The sidebar widget will automatically update according to the order (packing) and items within the given GtkStack.
GtkStack *
xapp_stack_sidebar_get_stack (XAppStackSidebar *sidebar
);
Retrieves the stack.
See xapp_stack_sidebar_set_stack()
.
“stack”
property“stack” GtkStack *
Associated stack for this XAppStackSidebar.
Owner: XAppStackSidebar
Flags: Read / Write