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

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
This data type provides and controls data for LGUI tabs.
+
This data type provides and controls data for [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type)]].
 
== Members ==
 
== Members ==
 
* [[DataType:string|string]] '''Name''': Name of the tab
 
* [[DataType:string|string]] '''Name''': Name of the tab
Line 6: Line 6:
 
* [[DataType:int|int]] '''Order''': The number in the order this tab is displayed in
 
* [[DataType:int|int]] '''Order''': The number in the order this tab is displayed in
 
== Methods ==
 
== Methods ==
*'''Select''' : selects the tab
+
*'''Select''': Selects the tab
 +
*'''Remove''': Removes (destroys) the tab
 +
*'''Move['''#''']''': Slides the tab to a specific position in the tab control's tab order
 +
*'''Rename['''new name''']''': Renames the tab
 +
 
 
== Inherits ==
 
== Inherits ==
[[ISSession:lguielement (Data Type)|lguielement]]
+
[[LavishGUI:lguiframe (Data Type)|lguiframe]]
  
 
== Returns ==
 
== Returns ==
Line 17: Line 21:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (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]]

Latest revision as of 22:20, 8 February 2008

Description

This data type provides and controls data for tabcontrol (Element Type).

Members

  • string Name: Name of the tab
  • int ID: ID # of the tab
  • int Order: The number in the order this tab is displayed in

Methods

  • Select: Selects the tab
  • Remove: Removes (destroys) the tab
  • Move[#]: Slides the tab to a specific position in the tab control's tab order
  • Rename[new name]: Renames the tab

Inherits

lguiframe

Returns

Same as lguielement.Name

Examples

See Also