Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module throbber :: Class Throbber |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Panel
--+ |PyPanel
--+ | Throbber
Method Summary | |
---|---|
__init__(self,
parent,
id,
bitmap,
pos,
size,
frameDelay,
frames,
frameWidth,
label,
overlay,
reverse,
style,
name)
| |
DoGetBestSize(self)
| |
Draw(self,
dc)
| |
OnDestroyWindow(self,
event)
| |
OnPaint(self,
event)
| |
OnTimer(self,
event)
| |
Stop the animation and return to frame 0 | |
Change the direction of the animation | |
Rotate(self,
event)
| |
Returns True if the animation is running | |
Set the font for the label | |
Delay between each frame | |
Change the text of the label | |
Start the animation | |
Stop the animation | |
Toggle the label | |
Toggle the overlay image |
Instance Method Details |
---|
Rest(self)Stop the animation and return to frame 0 |
Reverse(self)Change the direction of the animation |
Running(self)Returns True if the animation is running |
SetFont(self, font)Set the font for the label
|
SetFrameDelay(self, frameDelay=0.050000000000000003)Delay between each frame |
SetLabel(self, label)Change the text of the label
|
Start(self)Start the animation |
Stop(self)Stop the animation |
ToggleLabel(self, state=None)Toggle the label |
ToggleOverlay(self, state=None)Toggle the overlay image |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:02 2005 | http://epydoc.sf.net |