Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module piectrl :: Class ProgressPie |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |PieCtrl
--+ | ProgressPie
Method Summary | |
---|---|
Default class constructor. | |
Returns the colour that progressively fills the ProgressPie. | |
Returns the progresspie maximum value. | |
Sets the colour that is filled. | |
Returns the ProgressPie value. | |
Sets the colour that progressively fills the ProgressPie. | |
Sets the progresspie maximum value. | |
Sets the colour that is filled. | |
Sets the ProgressPie value. |
Property Summary |
---|
Instance Method Details |
---|
__init__(self,
parent,
maxvalue,
value,
id=-1,
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1),
style=0)
|
GetFilledColour(self)Returns the colour that progressively fills the ProgressPie. |
GetMaxValue(self)Returns the progresspie maximum value. |
GetUnfilledColour(self)Sets the colour that is filled. |
GetValue(self)Returns the ProgressPie value. |
SetFilledColour(self, colour)Sets the colour that progressively fills the ProgressPie. |
SetMaxValue(self, value)Sets the progresspie maximum value. |
SetUnfilledColour(self, colour)Sets the colour that is filled. |
SetValue(self, value)Sets the ProgressPie value. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:13 2009 | http://epydoc.sf.net |