getChildByName

open fun getChildByName(name: String): Widget?

Finds the child with the name given as the argument.

Returns null if there is no child with this name.

Return

the requested child of the GtkStack

Parameters

name

the name of the child to find