Stack.getChildByName

Finds the child of the gtk.Stack 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: Widget

the requested child of the gtk.Stack

Meta

Since

3.12