Label.naturalWrapMode

Get naturalWrapMode property.

  1. gtk.types.NaturalWrapMode naturalWrapMode [@property getter]
    class Label
    @property
    naturalWrapMode
    ()
  2. gtk.types.NaturalWrapMode naturalWrapMode [@property setter]

Return Value

Type: gtk.types.NaturalWrapMode

Select the line wrapping for the natural size request.

This only affects the natural size requested. For the actual wrapping used, see the gtk.label.Label.wrap property.

The default is gtk.types.NaturalWrapMode.Inherit, which inherits the behavior of the gtk.label.Label.wrap property.