Group

This type represents a groupbox control.

circle-info

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.

circle-info

Use gui.MakeStackedGroups to create a vertical group box stack.

Arguments

Name

Type

Description.

id

ControlID|string

ID.

title

string

Title

height

number

Height

widthMode

Desired width preset

Returns

Type

Description

Group

Group instance.

Example


Last updated