Method
Gtk StackSidebarget_stack
since: 3.16
Declaration [src]
GtkStack*
gtk_stack_sidebar_get_stack(
GtkStackSidebar*sidebar
)
Description [src]
Retrieves the stack. See gtk_stack_sidebar_set_stack().
Available since: 3.16
Gets property
Gtk.StackSidebar:stack Return value
Type: GtkStack
The associated GtkStack or
NULL if none has been set explicitly.
The returned data is owned by the instance.
The return value can be
NULL.