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

Accessor of the text slot of the gtk-cell-renderer-progress class.

Determines 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.
 

See also

2020-6-14