Difference between revisions of "LavishGUI"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 22: Line 22:
  
 
== Built-in Element Types ==
 
== Built-in Element Types ==
 +
=== Controls ===
 
* [[LavishGUI:button (Element Type)|button]]
 
* [[LavishGUI:button (Element Type)|button]]
 
* [[LavishGUI:checkbox (Element Type)|checkbox]]
 
* [[LavishGUI:checkbox (Element Type)|checkbox]]
Line 27: Line 28:
 
* [[LavishGUI:commandbutton (Element Type)|commandbutton]]
 
* [[LavishGUI:commandbutton (Element Type)|commandbutton]]
 
* [[LavishGUI:commandcheckbox (Element Type)|commandcheckbox]]
 
* [[LavishGUI:commandcheckbox (Element Type)|commandcheckbox]]
* [[LavishGUI:commandentry (Element Type)|commandentry]]
 
* [[LavishGUI:console (Element Type)|console]]
 
* [[LavishGUI:frame (Element Type)|frame]]
 
* [[LavishGUI:gauge (Element Type)|gauge]]
 
* [[LavishGUI:hudelement (Element Type)|hudelement]]
 
 
* [[LavishGUI:listbox (Element Type)|listbox]]
 
* [[LavishGUI:listbox (Element Type)|listbox]]
 
* [[LavishGUI:slider (Element Type)|slider]]
 
* [[LavishGUI:slider (Element Type)|slider]]
 +
* [[LavishGUI:variableslider (Element Type)|variableslider]]
 +
=== Organization ===
 +
* [[LavishGUI:frame (Element Type)|frame]]
 
* [[LavishGUI:tabcontrol (Element Type)|tabcontrol]]
 
* [[LavishGUI:tabcontrol (Element Type)|tabcontrol]]
 
* [[LavishGUI:table (Element Type)|table]]
 
* [[LavishGUI:table (Element Type)|table]]
 +
* [[LavishGUI:window (Element Type)|window]]
 +
=== Other Display (view only) ===
 +
* [[LavishGUI:gauge (Element Type)|gauge]]
 +
* [[LavishGUI:variablegauge (Element Type)|variablegauge]]
 +
=== Text Display (view only) ===
 +
* [[LavishGUI:console (Element Type)|console]]
 +
* [[LavishGUI:hudelement (Element Type)|hudelement]]
 
* [[LavishGUI:text (Element Type)|text]]
 
* [[LavishGUI:text (Element Type)|text]]
 +
* [[LavishGUI:tooltip (Element Type)|tooltip]]
 +
=== Text Entry ===
 +
* [[LavishGUI:commandentry (Element Type)|commandentry]]
 
* [[LavishGUI:textedit (Element Type)|textedit]]
 
* [[LavishGUI:textedit (Element Type)|textedit]]
 
* [[LavishGUI:textentry (Element Type)|textentry]]
 
* [[LavishGUI:textentry (Element Type)|textentry]]
* [[LavishGUI:tooltip (Element Type)|tooltip]]
 
* [[LavishGUI:variablegauge (Element Type)|variablegauge]]
 
* [[LavishGUI:variableslider (Element Type)|variableslider]]
 
* [[LavishGUI:window (Element Type)|window]]
 
  
 
== LavishScript Integration ==
 
== LavishScript Integration ==

Revision as of 06:59, 18 September 2005

Overview

What is LavishGUI?

LavishGUI is a fully-featured user interface system. Its goal is to provide premium, efficient, customizable user interfaces. It integrates with LavishScript to provide uniform access to the system via commands and objects.

Basics

LavishGUI encompasses these basic parts

Built-in Element Types

Controls

Organization

Other Display (view only)

Text Display (view only)

Text Entry

LavishScript Integration

Commands

Data Types

Top-Level Objects

See Also