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: Widget

the requested child of the GtkStack

Meta