Element/GUI/Tab panel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 8: Line 8:
===Client===
===Client===
{{GUI_functions}}
{{GUI_functions}}
[[hu:Element/GUI/Tab panel]]

Revision as of 16:46, 8 December 2018

Example GUI tab panel with two tabs.

The GUI tab panel class represents GUI tab panels in MTA'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