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 -- the line wrapping mode of type pango-wrap-mode

Details

Accessor of the line wrap mode of the label.

The gtk-label-line-wrap-mode function returns the line wrap mode used by the label. The (setf gtk-label-line-wrap-mode) function sets the line wrap mode of 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

2021-10-31