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

From Lavish Software Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
Provides control for [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type).
+
Provides control for [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type)]].
 
== Members ==
 
== Members ==
 
* [[LavishGUI:lguifont (Data Type)|lguifont]] '''Font''' : font object the tab is using
 
* [[LavishGUI:lguifont (Data Type)|lguifont]] '''Font''' : font object the tab is using
 
* [[LavishGUI:lguitab (Data Type)|lguitab]] '''SelectedTab''' : Returns the selected Tab
 
* [[LavishGUI:lguitab (Data Type)|lguitab]] '''SelectedTab''' : Returns the selected Tab
 
* [[LavishGUI:lguitab (Data Type)|lguitab]] '''Tab['''#''']''' : Returns the tab of the given #
 
* [[LavishGUI:lguitab (Data Type)|lguitab]] '''Tab['''#''']''' : Returns the tab of the given #
 +
* [[LavishGUI:lguitab (Data Type)|lguitab]] '''Tab['''name''']''' : Retrieves a tab by name
 
* [[DataType:int|int]] '''Tabs''' : The total number of tabs
 
* [[DataType:int|int]] '''Tabs''' : The total number of tabs
 +
* [[LavishGUI:lguitexture (Data Type)|lguitexture]] '''TabTexture''': Texture used to display non-selected tabs
 +
* [[LavishGUI:lguitexture (Data Type)|lguitexture]] '''TabSelectedTexture''': Texture used to display the selected tab
 +
 
== Methods ==
 
== Methods ==
 +
* '''AddTab['''name''']''': Adds a tab with the given name
  
 
== Inherits ==
 
== Inherits ==
Line 18: Line 23:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
* [[LavishGUI:tabcontrol_%28Element_Type%29|tabcontrol (Element Type)
+
* [[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 00:42, 17 October 2008

Description

Provides control for tabcontrol (Element Type).

Members

  • lguifont Font : font object the tab is using
  • lguitab SelectedTab : Returns the selected Tab
  • lguitab Tab[#] : Returns the tab of the given #
  • lguitab Tab[name] : Retrieves a tab by name
  • int Tabs : The total number of tabs
  • lguitexture TabTexture: Texture used to display non-selected tabs
  • lguitexture TabSelectedTexture: Texture used to display the selected tab

Methods

  • AddTab[name]: Adds a tab with the given name

Inherits

lguiframe

Returns

Same as lguielement.Name

Examples

See Also