Stack.setVisibleChildFull

void setVisibleChildFull(string name, gtk.types.StackTransitionType transition)

Makes the child with the given name visible.

Note that the child widget has to be visible itself (see [gtk.widget.Widget.show]) in order to become the visible child of stack.

Parameters

namethe name of the child to make visible
transitionthe transition type to use