Module: Gtk::WrapMode

Defined in:
(unknown)

Constant Summary collapse

NONE =

do not wrap lines; just make the text area wider

0 or :none
CHAR =

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())
1 or :char
WORD =

wrap text, breaking lines in between words

2 or :word
WORD_CHAR =

wrap text, breaking lines in between words, or if

that is not enough, also between graphemes
3 or :word_char