Method
Gtk.Stack.set_visible_child_full
Declaration [src]
void
gtk_stack_set_visible_child_full (
GtkStack* stack,
const char* name,
GtkStackTransitionType transition
)
Description [src]
Makes the child with the given name visible.
Note that the child widget has to be visible itself
(see gtk_widget_show()
) in order to become the visible
child of stack
.
Parameters
name |
const char* |
the name of the child to make visible |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string | |
transition |
GtkStackTransitionType |
the transition type to use |