Package: gtk

Accessor gtk:progress-bar-ellipsize

Lambda List

gtk:progress-bar-ellipsize (object)

Syntax

(gtk:progress-bar-ellipsize object) => mode
(setf (gtk:progress-bar-ellipsize object) mode)

Arguments

object -- a gtk:progress-bar widget
mode -- a value of the pango:ellipsize-mode enumeration

Details

Accessor of the ellipsize slot of the gtk:progress-bar class. The gtk:progress-bar-ellipsize function returns the ellipsizing position of the progress bar. The (setf gtk:progress-bar-ellipsize) function sets the mode used to ellipsize the text if there is not enough space to render the entire string.
 

See also

2024-4-25