There was an error while loading. Please reload this page.
A progress bar class.
valueChanged (int val)
Number/void value ([Number value])
If called with an argument, set the progress bar's value to value.
If not called with an argument, return progress bar's value.
Number/void maximum ([Number value])
If called with an argument, set the progress bar's maximum to value.
If not called with an argument, return progress bar's maximum.
Number/void minimum ([Number value])
If called with an argument, set the progress bar's minimum to value.
If not called with an argument, return progress bar's minimum.
String text ()
void reset ()
progressBar