Gtk.Spinner¶
Example¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
Whether the spinner is active |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Gtk.Spinner(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A
Gtk.Spinner
widget displays an icon-size spinning animation. It is often used as an alternative to aGtk.ProgressBar
for displaying indefinite activity, instead of actual progress.To start the animation, use
Gtk.Spinner.start
(), to stop it useGtk.Spinner.stop
().- CSS nodes
Gtk.Spinner
has a single CSS node with the name spinner. When the animation is active, the:checked
pseudoclass is added to this node.- classmethod new()[source]¶
- Returns:
a new
Gtk.Spinner
- Return type:
Returns a new spinner widget. Not yet started.
New in version 2.20.