gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.An enumeration used by TextTag.
This enumeration is used by to describe the type of line wrapping.
System.EnumSystem.IComparableSystem.IConvertibleSystem.IFormattableFieldGtk.WrapModeDo not wrap lines, just make the text area wider.
Do not wrap lines, just make the text area wider.
FieldGtk.WrapModeWrap text, breaking lines anywhere the cursor can appear.
Note this is between characters, usually, if you want to be technical, between graphemes, see .
FieldGtk.WrapModeWrap text, breaking lines in between words.
Wrap text, breaking lines in between words.
FieldSystem.Int32Internal field.Do not use.FieldGtk.WrapModewrap text, breaking lines in between words, or if that is not enough, also between graphemes.