-
Notifications
You must be signed in to change notification settings - Fork 11
ProgressBar
ben-sangster edited this page Nov 10, 2010
·
2 revisions
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 ()
- Returns the text value shown as the completion percentage.
void reset ()
- Reset the progress bar.