Stack.addTitled

void addTitled(gtk.widget.Widget child, string name, string title)

Adds a child to stack. The child is identified by the name. The title will be used by #GtkStackSwitcher to represent child in a tab bar, so it should be short.

Parameters

childthe widget to add
namethe name for child
titlea human-readable title for child