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

The accessor for the natural-wrap-mode slot of the gtk:label class gets or sets the line wrap mode used by the label.

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

Since 4.6
 

See also

2025-08-03