Constructor
gtk.Spinner()
Note
This constructor is available in PyGTK 2.20 and above.
Returns a new spinner widget. Not yet started.
Methods
gtk.Spinner.start
def start()
Note
This method is available in PyGTK 2.20 and above.
Starts the animation of the spinner.
gtk.Spinner.stop
def stop()
Note
This method is available in PyGTK 2.20 and above.
Stops the animation of the spinner.