Difference between revisions of "LavishGUI:console (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 
=== What is a Console? ===
 
=== What is a Console? ===
 
+
A console is a text output display. [[LavishGUI:lguiconsole_%28Data_Type%29|lguiconsole (Data Type)]] is used for access via LavishScript.
 
== Using Consoles ==
 
== Using Consoles ==
 
Consoles are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the console-specific properties described below.
 
Consoles are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the console-specific properties described below.
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:lguiconsole_%28Data_Type%29|lguiconsole (Data Type)]]
 
* [[LavishGUI:Elements|Elements]]
 
* [[LavishGUI:Elements|Elements]]
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Revision as of 22:46, 15 December 2005

Introduction

What is a Console?

A console is a text output display. lguiconsole (Data Type) is used for access via LavishScript.

Using Consoles

Consoles are descendants of the base element type. Any attributes of the base element type may be applied in addition to the console-specific properties described below.

Console-Specific Properties

  • BackBufferSize
Number of lines the console will buffer for scrollback. Inner Space default skin is set to 1000 lines.

Examples

See Also