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 with the pulse of the spinner

Details

Accessor of the pulse slot of the gtk:cell-renderer-spinner class. 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

2024-7-30