ProgressBarGadget()
Syntax
ProgressBarGadget(#Gadget, x, y, Width, Heigth, Minimum, Maximum [, Flags])
Description
Creates a ProgressBar gadget in the current gadgetList. The values are fixed between the Minimum and Maximum one.
- SetGadgetState(): Change progress bar value.
- GetGadgetState(): Get the current progress bar value.
'Flags' are optionnals and can be composed of one of the following constants:#PB_ProgressBar_Smooth : The progress bar is smooth instead of using blocks. #PB_ProgressBar_Vertical : The progress bar is in vertical mode.
Supported OS
Windows, AmigaOS, Linux