get_child_by_name


Description:

[ Version ( since = "3.12" ) ]
public unowned Widget? get_child_by_name (string name)

Finds the child of the Stack with the name given as the argument.

Returns null if there is no child with this name.

Parameters:

this

a Stack

name

the name of the child to find

Returns:

the requested child of the Stack