gtk.Spinner

gtk.Spinner

Synopsis

class gtk.Spinner(gtk.DrawingArea):
    gtk.Spinner()
def start()
def stop()

Ancestry

+-- GObject
  +-- gtk.Object
    +-- gtk.Widget
      +-- gtk.DrawingArea
        +-- gtk.Spinner

Constructor

          gtk.Spinner()
    

Returns :

a new 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.