Package Win32::GUI::ProgressBar
Constructor
new Win32::GUI::ProgressBar(PARENT, %OPTIONS)
Creates a new ProgressBar object; can also be called as PARENT->AddProgressBar(%OPTIONS). Class specific %OPTIONS are:
-smooth => 0/1 (default 0)
uses a smooth bar instead of the default segmented bar.
-vertical => 0/1 (default 0)
display progress status vertically (from bottom to top).
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: You can't have =items (as at line 51) unless the first thing after the =over is an =item You can't have =items (as at line 72) unless the first thing after the =over is an =item