GUI widgets

From Multi Theft Auto: Wiki
Revision as of 08:52, 15 June 2008 by Awwu (talk | contribs) (New page: __NOTOC__ thumb|Usage of different the GUI widgets in Admin resource GUI widgets are the most important part of client side scripts. They are used when creating a GU...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Usage of different the GUI widgets in Admin resource

GUI widgets are the most important part of client side scripts. They are used when creating a GUI interface for the server. GUI widgets belong to client side scripting only, they cannot be created in server side scripts. To find a tutorial for creating a basic GUI interface see Introduction to Scripting the GUI page.

GUI widgets

Related scripting functions

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows