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 slot access function returns the ellipsizing position of type pango-ellipsize-mode of the label. The (setf gtk-label-ellipsize) slot access 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

2021-10-31