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.
|
|
__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__
|