Package schrodinger :: Package application :: Package desmond :: Module feputils :: Class LabelSpinner
[hide private]
[frames] | no frames]

Class LabelSpinner

object --+
         |
        LabelSpinner
Known Subclasses:

This object replaces a label's icon with a spinning progress icon when start() is called. The original icon is restored when stop() is called.

Instance Methods [hide private]
 
__init__(self, label)
x.__init__(...) initializes x; see help(type(x)) for signature
 
update(self)
Advance the animation by one frame.
 
start(self)
Start the animation
 
stop(self)
Stop the animation and restore the original icon

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, label)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

update(self)

 

Advance the animation by one frame. This method gets called periodically while the spinner is running.