Stack.addTitled
gtk.stack_page.StackPage 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 [gtk.stack_switcher.StackSwitcher] to represent child in a tab bar, so it should be short.
Parameters
child | the widget to add |
name | the name for child |
title | a human-readable title for child |
Returns
the [gtk.stack_page.StackPage] for child