LGUI2:LavishScript
Revision as of 13:29, 27 June 2018 by Lax (talk | contribs) (Created page with "LavishGUI 2 includes LavishScript integration. * LavishScript Top-Level Objects and Object Types are provided * LGUI2:Event Handlers can be handled with LavishScrip...")
LavishGUI 2 includes LavishScript integration.
- LavishScript Top-Level Objects and Object Types are provided
- Event Handlers can be handled with LavishScript
LavishScript Top-Level Objects
- lgui2 LGUI2: Provides access to the main LavishGUI 2 interface for LavishScript, e.g. LGUI2:LoadFile["testui.json"]
LavishScript Object Types
- Element Components
- Elements
- lgui2border
- lgui2button
- lgui2checkbox
- lgui2combobox
- lgui2contextmenu
- lgui2contextmenuitem
- lgui2dockpanel
- lgui2expander
- lgui2imagebox
- lgui2listbox
- lgui2listboxitem
- lgui2panel
- lgui2popup
- lgui2progressbar
- lgui2screen
- lgui2scrollbar
- lgui2scrollviewer
- lgui2slider
- lgui2stackpanel
- lgui2tab
- lgui2tabcontrol
- lgui2textblock
- lgui2textbox
- lgui2window