Package: gtk

Accessor gtk:cell-renderer-spinner-pulse

Lambda List

gtk:cell-renderer-spinner-pulse (object)

Syntax

(gtk:cell-renderer-spinner-pulse object) => pulse
(setf (gtk:cell-renderer-spinner-pulse object) pulse)

Arguments

object -- a gtk:cell-renderer-spinner object
pulse -- an unsigned integer for the pulse of the spinner

Details

The accessor for the pulse slot gets or sets the pulse of the spinner. Increment this value to draw the next frame of the spinner animation. Usually, you would update this value in a timeout. By default, the gtk:spinner widget draws one full cycle of the animation, consisting of 12 frames, in 750 milliseconds.

Warning

The gtk:cell-renderer-spinner implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2026-08-19