Element/GUI/Tab panel

From Multi Theft Auto: Wiki
Revision as of 09:04, 10 February 2008 by Awwu (talk | contribs) (New page: __NOTOC__ frame|Example GUI tab panel with two tabs. The GUI tab panel class represents GUI tab panels in MTA:DM's GUI system. These are just layouts for G...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Example GUI tab panel with two tabs.

The GUI tab panel class represents GUI tab panels in MTA:DM's GUI system. These are just layouts for GUI tabs and highly rely on them. It is recommended to use GUI windows if you are not adding tabs to a tab panel.

The element type of this class is "gui-tabpanel".

Related scripting functions

Client

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows