Package ch.bailu.gtk.gtk
Schnittstelle WrapMode
public interface WrapMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intwrap 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 intdo not wrap lines; just make the text area widerstatic final intwrap text, breaking lines in between wordsstatic final intwrap 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:
-