Stack.getChildByName

gtk.widget.Widget getChildByName(string name)

Finds the child with the name given as the argument.

Returns null if there is no child with this name.

Parameters

namethe name of the child to find

Returns

the requested child

of the [gtk.stack.Stack]