cl-cffi-gtk4
API documentation
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
The accessor for the
ellipsize
slot of the
gtk:label
class gets or sets the mode used to ellipsize the label. Adds an ellipsis: "...", to the text if there is not enough space to render the entire string.
See also
gtk:label
pango:ellipsize-mode
2025-08-28