π± PanelWidget
Base class for all Panel Widgets. Panel Widgets layout a collection of child widgets.
Last updated
Base class for all Panel Widgets. Panel Widgets layout a collection of child widgets.
Last updated
This class shares methods and events from Base Widget.
Adds a new child widget to the panel.
Type | Parameter | Description |
---|---|---|
Removes a child widget from the panel.
Type | Parameter | Description |
---|---|---|
Removes a child widget from the panel by index.
Type | Parameter | Description |
---|---|---|
Removes all children from the panel.
Returns the index of the specified child widget.
β Returns integer.
Returns the child widget at the specified index.
β Returns BaseWidget.
Returns all children of the panel.
β Returns table of BaseWidget.
Type | Parameter | Description |
---|---|---|
Type | Parameter | Description |
---|---|---|
Widget
Widget
Index
Widget
Index