Stack.addNamed
gtk.stack_page.StackPage addNamed(gtk.widget.Widget child, string name = null)Adds a child to stack.
The child is identified by the name.
Parameters
child | the widget to add |
name | the name for child |
Returns
the [gtk.stack_page.StackPage] for child