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

childthe widget to add
namethe name for child

Returns

the [gtk.stack_page.StackPage] for child