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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Description ==
 
== Description ==
Provides control for text elements
+
Provides control for [[LavishGUI:text_%28Element_Type%29|text (Element Type)]].
 
== Members ==
 
== Members ==
 
* [[DataType:string|string]] '''Text''': the text of the element
 
* [[DataType:string|string]] '''Text''': the text of the element
Line 16: Line 16:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:text_%28Element_Type%29|text (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:34, 15 December 2005

Description

Provides control for text (Element Type).

Members

  • string Text: the text of the element
  • isuifont Font : font the text is using

Methods

  • SetText[Text]: Sets the element to Text

Inherits

lguielement

Returns

Same as lguielement.Name

Examples

See Also