Package: gtk

Accessor gtk:cell-renderer-progress-value

Lambda List

gtk:cell-renderer-progress-value (object)

Syntax

(gtk:cell-renderer-progress-value object) => value
(setf (gtk:cell-renderer-progress-value object) value)

Arguments

object -- a gtk:cell-renderer-progress object
value -- an integer which determines the percentage the progress bar will be filled in

Details

The accessor for the value slot of the gtk:cell-renderer-progress class gets or sets the percentage to which the progress bar will be "filled in".

Warning

The gtk:cell-renderer-progress implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2025-09-16