Stack.getChildByName

Finds the child with the name given as the argument.

Returns null if there is no child with this name.

class Stack
getChildByName
(
string name
)

Parameters

name string

the name of the child to find

Return Value

Type: gtk.widget.Widget

the requested child of the gtk.stack.Stack