lxgui Lua API
Documentation for all the GUI object types available in lxgui, along with other additional functions exposed by the library.
Modules
GUI | Global functions for interacting with the GUI. |
Localization | Global functions for localization / translation of text. |
Classes
Region | The base class of all elements in the GUI. |
Frame | A Region that can contain other regions and react to events. |
Button | A Frame with a button that can be clicked. |
CheckButton | A Button with two additional states: checked and unchecked. |
EditBox | A Frame with an editable text box. |
ScrollFrame | A Frame with scrollable content. |
Slider | A Frame with a movable texture. |
StatusBar | A Frame representing a variable-length bar. |
LayeredRegion | A Region that can be rendered in a layer. |
FontString | A LayeredRegion that can draw text on the screen. |
Texture | A LayeredRegion that can draw images and colored rectangles. |