Group
This type represents a groupbox control.
This type inherits ControlContainer type. All of its base methods and fields are also available in this type.
These are the group boxes you see all over the menu. You may add them to the empty space in the Lua tab (lua>groups), to a custom tab/subtab or other containers. Adding them anywhere else will result in unexpected behavior.
__call
Constructor
Constructs the layout.
Use gui.MakeStackedGroups to create a vertical group box stack.
Arguments
Name
Type
Description.
title
string
Title
height
number
Height
Returns
Type
Description
Group
Group instance.
Example
Last updated