Package: gtk

Function gtk:label-line-wrap-mode

Lambda List

gtk:label-line-wrap-mode (label)

Syntax

(gtk:label-line-wrap-mode label) => mode
(setf (gtk:label-line-wrap-mode label) mode)

Arguments

label -- a gtk:label widget
mode -- a pango:wrap-mode value for the line wrapping mode

Details

Gets or sets the line wrap mode used by the label. If line wrapping is on this controls how the line wrapping is done. The default is :word which means wrap on word boundaries.
 

See also

2026-06-17