WrapMode
Description:
[ CCode ( cprefix = "GTK_WRAP_" , type_id = "gtk_wrap_mode_get_type ()" ) ]
public enum WrapMode
Describes a type of line wrapping.
Content:
Enum values:
- CHAR - wrap text, breaking lines anywhere the
cursor can appear (between characters, usually - if you want to be technical, between graphemes, see
get_log_attrs)
- NONE - do not wrap lines; just make the text area
wider
- WORD - wrap text, breaking lines in between words
- WORD_CHAR - wrap text, breaking lines in
between words, or if that is not enough, also between graphemes