Module: Gtk::NaturalWrapMode
- Defined in:
- (unknown)
Constant Summary collapse
- INHERIT =
Inherit the minimum size request. In particular, this should be used with %PANGO_WRAP_CHAR.
0 or :inherit
- NONE =
Try not to wrap the text. This mode is the closest to GTK3's behavior but can lead to a wide label leaving lots of empty space below the text.
1 or :none
- WORD =
Attempt to wrap at word boundaries. This is useful in particular when using %PANGO_WRAP_WORD_CHAR as the wrap mode.
2 or :word