File Gui.lua
Functions
Gui:gridMode (mandatory) | Go to grid mode in library module. |
Gui:new (t) | Constructor for new instance. |
Gui:newClass (t) | Constructor for extending class. |
Gui:switchModule (moduleNumber, mandatory) | Switch to specified module. |
Functions
- Gui:gridMode (mandatory)
-
Go to grid mode in library module.
Parameters:
-
mandatory
: (boolean, default=true) Specifies whether grid-mode is essential.
Usage:
No guarantees - involve user with a prompt if absolute assurance required.
-
- Gui:new (t)
-
Constructor for new instance.
Parameters:
-
t
:
-
- Gui:newClass (t)
-
Constructor for extending class.
Parameters:
-
t
:
-
- Gui:switchModule (moduleNumber, mandatory)
-
Switch to specified module.
Parameters:
-
moduleNumber
: -- 1=library, 2=develop (other modules not supported). May also be module name string: anything starting with 'L' or 'D', not case sensitive. -
mandatory
:
Usage:
No guarantees - involve user with a prompt if absolute assurance required.
-