Element/GUI/Progress bar: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ frame|Example GUI progress bar. The GUI progress bar class represents GUI progress bars in MTA:DM's GUI system. These are mostly used as loading bar...)
 
mNo edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
[[Image:Gui-progressbar.png|frame|Example GUI progress bar.]]
[[Image:Gui-progressbar.png|frame|Example GUI progress bar.]]
The GUI progress bar class represents GUI progress bars in MTA:DM's GUI system. These are mostly used as loading bars because you can alter the percentage amount of progress in it.
The GUI progress bar class represents GUI progress bars in MTA's GUI system. These are mostly used as loading bars because you can alter the percentage amount of progress in it.


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

Revision as of 16:02, 14 June 2014

Example GUI progress bar.

The GUI progress bar class represents GUI progress bars in MTA's GUI system. These are mostly used as loading bars because you can alter the percentage amount of progress in it.

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

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