ANewWidget

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
a new widget <mKind>
Associationscom.livecode.widget
Summary

Create a widget object of the specified kind

Example
variable tNavbar as Widget
put a new widget "com.livecode.widget.navbar" into tNavbar
Values
NameTypeDescription
return

A widget object.

RelatedStatement: PlaceWidget
Description

Create a new widget object of the specified kind. The widget can then be placed with the place statement.

Tagswidget