LavishGUI:lguitabcontrol (Data Type)

From Lavish Software Wiki
Revision as of 00:42, 17 October 2008 by Lax (talk | contribs) (→‎Members)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

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