Method

GtkStackSidebarset_stack

since: 3.16

Declaration [src]

void
gtk_stack_sidebar_set_stack (
  GtkStackSidebar* sidebar,
  GtkStack* stack
)

Description [src]

Set the GtkStack associated with this GtkStackSidebar.

The sidebar widget will automatically update according to the order (packing) and items within the given GtkStack.

Available since: 3.16

Sets propertyGtk.StackSidebar:stack

Parameters

stack

Type: GtkStack

A GtkStack.

The data is owned by the caller of the method.