Leaflet.getChildByName

gtk.widget.Widget getChildByName(string name)

Finds the child of self with name.

Returns NULL if there is no child with this name.

See propertyLeafletPage:name.

Parameters

namethe name of the child to find

Returns

the requested child of self

Deprecated