Element/GUI/Text label: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Typo)
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[Image:gui-label.png|frame|Example GUI label.]]
[[Image:gui-label.png|frame|Example GUI label.]]
The GUI label class represents GUI labels in MTA:DM's GUI system. These are simply a bunch of text which client cannot modify.
The GUI label class represents GUI labels in MTA's GUI system. These are simply a bunch of text which client cannot modify.


The element type of this class is '''"gui-label"'''.
The element type of this class is '''"gui-label"'''.

Revision as of 16:04, 14 June 2014

Example GUI label.

The GUI label class represents GUI labels in MTA's GUI system. These are simply a bunch of text which client cannot modify.

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

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