Enumeration (GI Enum)

Gtk-4.0GtkWrapMode

Describes a type of line wrapping.

Index

Enumeration Members

Enumeration Members

CHAR: number

wrap text, breaking lines anywhere the cursor can appear (between characters, usually - if you want to be technical, between graphemes, see pango_get_log_attrs())

NONE: number

do not wrap lines; just make the text area wider

WORD: number

wrap text, breaking lines in between words

WORD_CHAR: number

wrap text, breaking lines in between words, or if that is not enough, also between graphemes