[ Version ( since = "3.12" ) ]
public unowned Widget? get_child_by_name (string name)
Finds the child with the name given as the argument.
Returns null if there is no child with this name.
| this |
a `GtkStack` |
| name |
the name of the child to find |
|
the requested child of the `GtkStack` |