Element/GUI/Text label: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ frame|Example GUI label. The GUI label class represents GUI labels in MTA:DM's GUI system. These are simpy a bunch of text which client cannot modify. Th...)
 
No edit summary
(2 intermediate revisions by 2 users not shown)
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 simpy 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"'''.
Line 8: Line 8:
===Client===
===Client===
{{GUI_functions}}
{{GUI_functions}}
[[hu:Element/GUI/Text label]]

Revision as of 20:12, 8 December 2018

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