Package Win32::GUI::ProgressBar
Constructor
Methods
SetPos(VALUE)
Sets the position of the ProgressBar to the specified VALUE.
SetRange([MIN], MAX) Sets the range of values (from MIN to MAX) for the ProgressBar; if MIN is not specified, it defaults to 0.
SetStep([VALUE]) Sets the increment value for the ProgressBar; see StepIt().
StepIt() Increments the position of the ProgressBar of the defined step value; see SetStep().
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 47:
You can't have =items (as at line 51) unless the first thing after the =over is an =item
- Around line 68:
You can't have =items (as at line 72) unless the first thing after the =over is an =item