Makes @child the visible child of @stack.
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.
a child of @stack
3.10
See Implementation
Makes @child the visible child of @stack.
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.