π± PanelWidget
Base class for all Panel Widgets. Panel Widgets layout a collection of child widgets.
π¦ Functions
AddChild
Adds a new child widget to the panel.
Type
Parameter
Description
Widget
RemoveChild
Removes a child widget from the panel.
Type
Parameter
Description
Widget
RemoveChildAt
Removes a child widget from the panel by index.
Type
Parameter
Description
Index
ClearChildren
Removes all children from the panel.
GetChildrenIndex
Returns the index of the specified child widget.
β Returns integer.
Type
Parameter
Description
Widget
GetChildrenAt
Returns the child widget at the specified index.
β Returns BaseWidget.
Type
Parameter
Description
Index
GetAllChildren
Returns all children of the panel.
β Returns table of BaseWidget.
Last updated
Was this helpful?