Package: gtk

Class gtk-spinner

Superclasses

gtk-widget, gtk-buildable, g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

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

Details

A gtk-spinner widget displays an icon size spinning animation. It is often used as an alternative to a 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.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-12-22