Stack.getChildByName

Finds the child of the #GtkStack 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 #GtkStack