add_named
Description:
[
Version ( since =
"3.10" ) ]
public void 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
|