Package: gtk

Accessor gtk:label-natural-wrap-mode

Lambda List

gtk:label-natural-wrap-mode (object)

Syntax

(gtk:label-natural-wrap-mode object) => mode
(setf (gtk:label-natural-wrap-mode object) mode)

Arguments

object -- a gtk:label widget
mode -- a gtk:natural-wrap-mode value

Details

Accessor of the natural-wrap-mode slot of the gtk:label class. The gtk:label-natural-wrap-mode function returns the line wrap mode used by the label. The (setf gtk:label-natural-wrap-mode) function sets the line wrap mode.

This only affects the natural size requested, for the actual wrapping used, see the wrap-mode property.

Since 4.6
 

See also

2024-4-24