Package: gtk

Accessor gtk:progress-bar-fraction

Lambda List

gtk:progress-bar-fraction (object)

Syntax

(gtk:progress-bar-fraction object) => fraction
(setf (gtk:progress-bar-fraction object) fraction)

Arguments

object -- a gtk:progress-bar widget
fraction -- a number coerced to a double float for the fraction of the task that is been completed

Details

The accessor for the fraction slot gets or sets the fraction of total work that has been completed. The fraction should be between 0.0 and 1.0, inclusive.
 

See also

2026-07-21