Method
Gtk.StackSidebar.set_stack
Declaration [src]
void
gtk_stack_sidebar_set_stack (
  GtkStackSidebar* self,
  GtkStack* stack
)
Description [src]
Set the GtkStack associated with this GtkStackSidebar.
The sidebar widget will automatically update according to
the order and items within the given GtkStack.
| Sets property | Gtk.StackSidebar:stack | 
Parameters
| stack | GtkStack | 
| a  | |
| Ownership is not transferred to the callee |