set_visible_child_full
Description:
[
Version ( since =
"3.10" ) ]
public void set_visible_child_full (
string name,
StackTransitionType transition)
Makes the child with the given name visible.
Note that the child widget has to be visible itself (see show) in order to become the
visible child of this.
Parameters:
this |
a Stack
|
name |
the name of the child to make visible
|
transition |
the transition type to use
|