Element/GUI/Window

From Multi Theft Auto: Wiki
Revision as of 09:11, 10 February 2008 by Awwu (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 element type of this class is "gui-window".

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