ProgressPie
tries to emulate the behavior of ProgressDialog
, but
using a pie chart instead of a gauge.
Default class constructor. |
|
Returns the colour that progressively fills the |
|
Returns the |
|
Returns the colour that is filled. |
|
Returns the |
|
Sets the colour that progressively fills the |
|
Sets the |
|
Sets the colour that is filled. |
|
Sets the |
ProgressPie
tries to emulate the behavior of ProgressDialog
, but
using a pie chart instead of a gauge.
Default class constructor.
parent – the PieCtrl
parent. Must not be None
;
id – window identifier. A value of -1 indicates a default value;
pos – the control position. A value of (-1, -1) indicates a default position, chosen by either the windowing system or wxPython, depending on platform;
size – the control size. A value of (-1, -1) indicates a default size, chosen by either the windowing system or wxPython, depending on platform;
style – the window style (unused);
name – the window name.
Returns the colour that progressively fills the ProgressPie
.
Returns the ProgressPie
maximum value.
Returns the colour that is filled.
Returns the ProgressPie
value.
Sets the colour that progressively fills the ProgressPie
.
colour – a valid wx.Colour
object.
Sets the ProgressPie
maximum value.
value – a floating point number representing the maximum value.
Sets the colour that is filled.
colour – a valid wx.Colour
object.
Sets the ProgressPie
value.
value – a floating point number representing the new value.