Package: gtk

Accessor gtk:entry-progress-fraction

Lambda List

gtk:entry-progress-fraction (object)

Syntax

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

Arguments

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

Details

The accessor for the progress-fraction slot of the gtk:entry class gets or sets the current fraction of the task that is been completed. The fraction should be between 0.0 and 1.0, inclusive.
 

See also

2025-08-11