Gui
Last updated
Last updated
Usage:
gui.{func_or_field}
This table exposes the GUI system of the software.
Type:
GUI context.
Type:
Notification system.
Input context.
Wraps a control into a layout consisting of a label and that specific control. You should add this new control to groupboxes if you want your control to be displayed nicely. Additionally, you can add any extra controls to the returned one - those will get stacked to the left side of your initial control.
Arguments
Name
Type
Description
text
string
Label value.
c
Control object.
Returns
Type
Description
Layout object.
Example
Type: