1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_progress bars_updateprogbar:
- =============
- UpdateProgBar
- =============
- UpdateProgBar -
- Description
- ===========
- .. code-block:: blitzmax
- UpdateProgBar(progbar:TGadget,value#)
- Update the display of a ProgressBar gadget.
- See Also: #CreateProgBar
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|