Package: gtk

Class gtk:spinner

Superclasses

Documented Subclasses

None

Direct Slots

spinning
The spinning property of type :boolean (Read / Write)
Whether the spinner is spinning.
Default value: false

Details

The gtk:spinner widget displays an icon size spinning animation.

Figure: GtkSpinner

It is often used as an alternative to the gtk:progress-bar widget for displaying indefinite activity, instead of actual progress.

To start the animation, use the gtk:spinner-start function, to stop it use the gtk:spinner-stop function.

CSS nodes

The gtk:spinner implementation has a single CSS node with the name spinner. When the animation is active, the :checked pseudoclass is added to this node.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-4-25