Package: gtk

Accessor gtk-entry-progress-pulse-step

Lambda List

gtk-entry-progress-pulse-step (object)

Syntax

(gtk-entry-progress-pulse-step object) => step
(setf (gtk-entry-progress-pulse-step object) step)

Arguments

object -- a gtk-entry widget
step -- a double float with the fraction between 0.0 and 1.0

Details

Accessor of the progress-pulse-step slot of the gtk-entry class.

The gtk-entry-progress-pulse-step slot access function retrieves the pulse step as a fraction from 0.0 to 1.0. The (setf gtk-entry-progress-pulse-step) slot access function sets the fraction of total entry width to move the progress bouncing block for each call to the gtk-entry-progress-pulse function.
 

See also

2021-11-3