Package: gtk

Accessor gtk-progress-bar-pulse-step

Lambda List

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

Syntax

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

Arguments

object -- a gtk-progress-bar widget
fraction -- a double float with the fraction between 0.0 and 1.0

Details

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

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

See also

2021-11-2