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

Accessor of the wrap-mode slot of the gtk:label class. 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

2024-4-24