Difference between revisions of "LavishGUI:lguitextentry (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
Provides control over text entry boxes
+
Provides control for [[LavishGUI:textentry_%28Element_Type%29|textentry (Element Type)]].
 
== Members ==
 
== Members ==
 
* [[DataType:string|string]] '''Text''': Text currently in the text entry
 
* [[DataType:string|string]] '''Text''': Text currently in the text entry
Line 21: Line 21:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:textentry_%28Element_Type%29|textentry (Element Type)]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
  
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Revision as of 23:37, 15 December 2005

Description

Provides control for textentry (Element Type).

Members

  • string Text: Text currently in the text entry
  • isuifont Font : font object the text entry box
  • int BackgroundColor : background color of the text entry box
  • int BorderColor  : border color of the text entry
  • int Border : size in pixels of the border

Methods

  • SetText[Text]: Sets the text entry to <text>
  • SetBackgroundColor : set text entry box's background color
  • SetBorderColor : set text entry box's border color

Inherits

lguielement

Returns

Same as lguielement.Name

Examples

See Also