Package ch.bailu.gtk.pango
Interface WrapMode
public interface WrapMode
-
Field Summary
-
Field Details
-
WORD
static final int WORDwrap lines at word boundaries.- See Also:
-
CHAR
static final int CHARwrap lines at character boundaries.- See Also:
-
WORD_CHAR
static final int WORD_CHARwrap lines at word boundaries, but fall back to
character boundaries if there is not enough space for a full word.- See Also:
-