Gtk.Spinner¶
Example¶

- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1)
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gtk.Spinner(**kwargs)¶
- Bases:
- Abstract:
No
Displays an icon-size spinning animation.
It is often used as an alternative to a [class`Gtk`.ProgressBar] for displaying indefinite activity, instead of actual progress.
<picture> <source srcset=”spinner-dark.png” media=”(prefers-color-scheme: dark)”> <img alt=”An example
Gtk.Spinner
" src=”spinner.png”> </picture>To start the animation, use [method`Gtk`.Spinner.start], to stop it use [method`Gtk`.Spinner.stop].
- CSS nodes
GtkSpinner
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
GtkSpinner
- Return type:
Returns a new spinner widget. Not yet started.