cl-cffi-gtk4
API documentation
Package:
gtk
Accessor gtk:label-wrap-mode
Lambda List
gtk:label-wrap-mode
(
object
)
Syntax
(gtk:label-wrap-mode object) => setting
(setf (gtk:label-wrap-mode object) setting)
Arguments
object
-- a
gtk:label
widget
setting
-- a value of the
pango:wrap-mode
enumeration
Details
The accessor for the
wrap-mode
slot gets or sets whether line wrapping is on. If line wrapping is on, see the
wrap
property, this controls how the line wrapping is done. The default is
:word
, which means wrap on word boundaries.
See also
gtk:label
pango:wrap-mode
gtk:label-wrap
2026-07-21