A PangoWrapMode describes how to wrap the lines of a gtk.Layout to the desired width.
wrap lines at word boundaries.
wrap lines at character boundaries.
wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.
A PangoWrapMode describes how to wrap the lines of a gtk.Layout to the desired width.