set_visible_child_name


Description:

[ Version ( since = "3.10" ) ]
public void set_visible_child_name (string name)

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 this.

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