Method

Gtk.StackSwitcher.set_stack

Declaration [src]

void
gtk_stack_switcher_set_stack (
  GtkStackSwitcher* switcher,
  GtkStack* stack
)

Description [src]

Sets the stack to control.

Parameters

stack GtkStack
 

a GtkStack

 Can be NULL
 Ownership is not transferred to the callee