PangoWrapMode

A PangoWrapMode describes how to wrap the lines of a gtk.Layout to the desired width.

Values

ValueMeaning
WORD0

wrap lines at word boundaries.

CHAR1

wrap lines at character boundaries.

WORD_CHAR2

wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.