Difference between revisions of "LavishGUI"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Overview ==
 
== 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
 +
* Types of LavishGUI objects
 +
** [[LavishGUI:Templates|Templates]]
 +
*** [[LavishGUI:Templates#Using_Templates|Using Templates]]
 +
*** [[LavishGUI:Templates#Creating_Templates|Creating Templates]]
 +
** [[LavishGUI:Skins|Skins]]
 +
** [[LavishGUI:Textures|Textures]]
 +
*** [[LavishGUI:Textures#Using_Textures|Using Textures]]
 +
** [[LavishGUI:Fonts|Fonts]]
 +
*** [[LavishGUI:Fonts#Using_Fonts|Using Fonts]]
 +
** [[LavishGUI:Elements|Elements]]
 +
*** [[LavishGUI:Element Types|Types of Elements]] (e.g. buttons, frames, windows, etc)
 +
*** [[LavishGUI:Elements#Using_Elements|Using Elements]]
 +
*** [[LavishGUI:Elements#Creating_Element_Types|Creating Element Types]]
 +
** [[LavishGUI:Embedded Scripts|Embedded Scripts]]
 +
* [[LavishGUI:User Interface XML Files|User Interface XML Files]]
 +
** [[LavishGUI:User_Interface_XML_Files#Creating_Skins|Creating Skins]]
 +
** [[LavishGUI:User_Interface_XML_Files#Creating_Interfaces|Creating Interfaces]]
 +
*Access via LavishScript
 +
**[[LavishGUI:Commands|Commands]]
 +
**[[LavishGUI:Object Types|Object Types]]
 +
**[[LavishGUI:Top-Level Objects|Top-Level Objects]]
 +
 +
== Sample Interfaces ==
 +
* [[ClickBoxer]] - an interface with buttons for multi-boxing in Inner Space
  
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI:Release Notes|LavishGUI Release Notes]]
 
* [[LavishGUI:Release Notes|LavishGUI Release Notes]]
 +
 +
[[Category:LavishGUI]]

Latest revision as of 18:02, 2 June 2012

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

Sample Interfaces

  • ClickBoxer - an interface with buttons for multi-boxing in Inner Space

See Also