ViewStack.addTitled
adw.view_stack_page.ViewStackPage addTitled(gtk.widget.Widget child, string name, string title)Adds a child to self.
The child is identified by the name. The title will be used by adw.view_switcher.ViewSwitcher to represent child, 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 adw.view_stack_page.ViewStackPage for child