Element/GUI/Button: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ frame|Image of an example GUI button. The GUI button class represents GUI buttons in MTA:DM's GUI system. It's only functionality is to detect whether cl...)
 
No edit summary
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[Image:Gui-button.png|frame|Image of an example GUI button.]]
[[Image:Gui-button.png|frame|Example GUI button.]]
The GUI button class represents GUI buttons in MTA:DM's GUI system. It's only functionality is to detect whether client has clicked it.
The GUI button class represents GUI buttons in MTA's GUI system. It's only functionality is to detect whether client has clicked it.


The element type of this class is '''"gui-button"'''.
The element type of this class is '''"gui-button"'''.
Line 8: Line 8:
===Client===
===Client===
{{GUI_functions}}
{{GUI_functions}}
[[hu:Element/GUI/Button]]

Revision as of 21:17, 7 December 2018

Example GUI button.

The GUI button class represents GUI buttons in MTA's GUI system. It's only functionality is to detect whether client has clicked it.

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

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