Method
GtkStackset_visible_child_name
since: 3.10
Declaration [src]
void
gtk_stack_set_visible_child_name (
GtkStack* stack,
const gchar* name
)
Description [src]
Makes the child with the given name visible.
If child
is different from the currently
visible child, the transition between the
two will be animated with the current
transition type of stack
.
Note that the child widget has to be visible itself
(see gtk_widget_show()) in order to become the visible
child of stack
.
Available since: 3.10
Sets property | Gtk.Stack:visible-child-name |