PyCProgressCtrl Object
A windows progress bar control. Encapsulates an MFC CProgressCtrl
class. Derived from
PyCControl.
Methods
- CreateWindow
- Creates the window for a new progress bar object.
- SetRange
- Sets the lower and upper bounds for the progress bar.
- SetPos
- Set the control's position
- OffsetPos
- Advances the progress bar control's current position by the increment specified.
- SetStep
- Specifies the step increment for a progress bar control.
- StepIt
- Advances the current position for a progress bar control by
the step increment. Returns previous position.