Package: gtk

Accessor gtk:progress-bar-pulse-step

Lambda List

gtk:progress-bar-pulse-step (object)

Syntax

(gtk:progress-bar-pulse-step object) => step
(setf (gtk:progress-bar-pulse-step object) step)

Arguments

object -- a gtk:progress-bar widget
step -- a number coerced to a double float for the fraction between 0.0 and 1.0

Details

The accessor for the pulse-step slot of the gtk:progress-bar class gets or sets the fraction of total progress bar length to move the bouncing block for each call to the gtk:progress-bar-pulse function. The pulse step is a fraction from 0.0 to 1.0.
 

See also

2025-08-04