Package: gtk

Accessor gtk:label-ellipsize

Lambda List

gtk:label-ellipsize (object)

Syntax

(gtk:label-ellipsize object) => mode
(setf (gtk:label-ellipsize object) mode)

Arguments

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

Details

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

See also

2024-4-24