Leaflet.getChildByName

Finds the child of self with name.

Returns NULL if there is no child with this name.

See propertyLeafletPage:name.

More...
class Leaflet
getChildByName
(
string name
)

Parameters

name string

the name of the child to find

Return Value

Type: gtk.widget.Widget

the requested child of self

Detailed Description

Deprecated: See the migration guide