...
There are certain Group widgets that are automatically instantiated for an app and must be used for displaying anything. The window property is always accessible to an app and is shown when the app is foregrounded. The property digium.app.idleWindow is instantiated based on the app's app.json manifest.
...
This Class inherits methods and properties from the Widget Base Class. See Widget Base Class for more information about setting your Object's x, y, w, and h properties or adding children to it.
Methods
Name | Description |
---|---|
Adds one or more widgets to the group. | |
Removes all child elements from the group or removes all content from the list. | |
Removes one or more widgets from a group. |
...