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

From Lavish Software Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
* [[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
 
* '''AddTab['''name''']''': Adds a tab with the given name

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