Package: gtk

Accessor gtk:cell-renderer-progress-text

Lambda List

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

Syntax

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

Arguments

object -- a gtk:cell-renderer-progress object
text -- a string for the label which will be drawn over the progress bar

Details

The accessor for the text slot of the gtk:cell-renderer-progress class gets or sets the label which will be drawn over the progress bar. Setting this property to nil causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed.

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