add_named
Description:
public unowned StackPage add_named (
Widget child,
string? name)
Adds a child to this.
The child is identified by the name.
Parameters:
| this |
a `GtkStack`
|
| child |
the widget to add
|
| name |
the name for child
|
Returns:
|
the `GtkStackPage` for child
|