Gtk.Spinner¶
Example¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), 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
A
GtkSpinner
widget 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.
An example
Gtk.Spinner
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.