[ Version ( since = "1.2" ) ]
public unowned ViewStackPage add_titled_with_icon (Widget child, string? name, string title, string icon_name)
Adds a child to this.
The child is identified by the name
. The title
and icon_name
will be used by [class@ViewSwitcher]
to represent child
.
this |
a view stack |
child |
the widget to add |
name |
the name for |
title |
a human-readable title for |
icon_name |
an icon name for |
the `AdwViewStackPage` for |