Element/GUI/Window: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ frame|Example GUI window. The GUI window class represents GUI windows in MTA:DM's GUI system. These are mainly used as layout for other GUI elements. The...)
 
No edit summary
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[Image:gui-window.png|frame|Example GUI window.]]
[[Image:gui-window.png|frame|Example GUI window.]]
The GUI window class represents GUI windows in MTA:DM's GUI system. These are mainly used as layout for other GUI elements. They can be moved and resized by default.
The GUI window class represents GUI windows in MTA's GUI system. These are mainly used as layout for other GUI elements. They can be moved and resized by default.


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


==Related scripting functions==
==Related scripting functions==
===Client===
'''Note''': Like all GUI functions, these are only available client side
{{GUI_functions}}
{{GUI_functions}}
[[hu:Element/GUI/Window]]

Revision as of 20:16, 8 December 2018

Example GUI window.

The GUI window class represents GUI windows in MTA's GUI system. These are mainly used as layout for other GUI elements. They can be moved and resized by default.

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

Related scripting functions

Note: Like all GUI functions, these are only available client side

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows