add_titled
Description:
Adds a child to this.
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:
| this |
a `GtkStack` |
| child |
the widget to add |
| name |
the name for |
| title |
a human-readable title for |
Returns:
|
the `GtkStackPage` for |