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.

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.
 

See also

2020-6-13