Module wx.lib.agw.pyprogress
Description
===========
PyProgress is similar to wx.ProgressDialog in indeterminated mode, but with a
different gauge appearance and a different spinning behavior. The moving gauge
can be drawn with a single solid colour or with a shading gradient foreground.
The gauge background colour is user customizable.
The bar does not move always from the beginning to the end as in wx.ProgressDialog
in indeterminated mode, but spins cyclically forward and backward.
Other options include:
- Possibility to change the proportion between the spinning bar and the
entire gauge, so that the bar can be longer or shorter (the default is 20%);
- Modifying the number of steps the spinning bar performs before a forward
(or backward) loop reverses.
PyProgress can optionally display a Cancel button, and a wx.StaticText which
outputs the elapsed time from the starting of the process.
Supported Platforms
===================
PyProgress has been tested on the following platforms:
* Windows (Windows XP);
* Linux Ubuntu (Dapper 6.06)
License And Version:
===================
PyProgress is freeware and distributed under the wxPython license.
Latest Revision: Andrea Gavana @ 15 Oct 2008, 22.30 GMT
Version 0.1
Classes |
ProgressGauge |
This class provides a visual alternative for wx.Gauge. |
PyProgress |
PyProgress is similar to wx.ProgressDialog in indeterminated mode, but
with a different gauge appearance and a different spinning behavior. |