gtk.Spinner — show a spinner animation (new in PyGTK 2.22)
|
|
This widget is available in PyGTK 2.22 and above.
A GtkSpinner widget displays an icon-size spinning animation. It is often used as an alternative to a GtkProgressBar for displaying indefinite activity, instead of actual progress.
gtk.Spinner ()
Returns : | a new gtk.Spinner |
This constructor is available in PyGTK 2.22 and above.
Returns a new spinner widget. Not yet started.