| Top |
GObject
╰── GInitiallyUnowned
╰── CtkWidget
╰── CtkContainer
╰── CtkBin
╰── CtkStackSidebar
A CtkStackSidebar enables you to quickly and easily provide a consistent "sidebar" object for your user interface.
In order to use a CtkStackSidebar, you simply use a CtkStack to
organize your UI flow, and add the sidebar to your sidebar area. You
can use ctk_stack_sidebar_set_stack() to connect the CtkStackSidebar
to the CtkStack.
CtkWidget *
ctk_stack_sidebar_new (void);
Creates a new sidebar.
Since: 3.16
void ctk_stack_sidebar_set_stack (CtkStackSidebar *sidebar,CtkStack *stack);
Set the CtkStack associated with this CtkStackSidebar.
The sidebar widget will automatically update according to the order (packing) and items within the given CtkStack.
Since: 3.16
CtkStack *
ctk_stack_sidebar_get_stack (CtkStackSidebar *sidebar);
Retrieves the stack.
See ctk_stack_sidebar_set_stack().
Since: 3.16
“stack” property“stack” CtkStack *
Associated stack for this CtkStackSidebar.
Owner: CtkStackSidebar
Flags: Read / Write