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 number coerced to a double float for the fraction between 0.0 and 1.0

Details

The accessor for the progress-pulse-step slot of the gtk:entry class gets or sets the fraction of total text entry width to move the progress bouncing block for each call to the gtk:entry-progress-pulse function.
 

See also

2025-08-11