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.Spinnerwidget displays an icon-size spinning animation. It is often used as an alternative to aGtk.ProgressBarfor displaying indefinite activity, instead of actual progress.To start the animation, use
Gtk.Spinner.start(), to stop it useGtk.Spinner.stop().- CSS nodes
Gtk.Spinnerhas a single CSS node with the name spinner. When the animation is active, the:checkedpseudoclass 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.