Package ch.bailu.gtk.gtk
Schnittstelle WrapMode
public interface WrapMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
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())static final int
do not wrap lines; just make the text area widerstatic final int
wrap text, breaking lines in between wordsstatic final int
wrap text, breaking lines in between words, or if
that is not enough, also between graphemes
-
Felddetails
-
NONE
static final int NONEdo not wrap lines; just make the text area wider- Siehe auch:
-
CHAR
static final int CHARwrap text, breaking lines anywhere the cursor can
appear (between characters, usually - if you want to be technical,
between graphemes, see pango_get_log_attrs())- Siehe auch:
-
WORD
static final int WORDwrap text, breaking lines in between words- Siehe auch:
-
WORD_CHAR
static final int WORD_CHARwrap text, breaking lines in between words, or if
that is not enough, also between graphemes- Siehe auch:
-