PlaceWidget

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
place <mWidget>
Associationscom.livecode.widget
Summary

Add a child widget to the parent.

Parameters
NameTypeDescription
mWidget

The child widget object.

Example
variable tNavbar as Widget
put a new widget "com.livecode.widget.navbar" into tNavbar
place tNavbar
Description

Adds a the specified child object to the widget in which the place statement is used. mWidget will reside on the layer above all previously placed widgets.

Tagswidget