Stack.addNamed
void addNamed(gtk.widget.Widget child, string name)Adds a child to stack. The child is identified by the name.
Parameters
child | the widget to add |
name | the name for child |
void addNamed(gtk.widget.Widget child, string name)Adds a child to stack. The child is identified by the name.
child | the widget to add |
name | the name for child |