Gtk.WrapMode Enumeration
An enumeration used by TextTag.

Syntax

[GLib.GType(typeof(Gtk.WrapModeGType))]
public enum WrapMode

Remarks

This enumeration is used by Gtk.TextTag to describe the type of line wrapping.

Members

Member NameDescription
NoneDo not wrap lines, just make the text area wider.
CharWrap text, breaking lines anywhere the cursor can appear.
WordWrap text, breaking lines in between words.
WordCharwrap text, breaking lines in between words, or if that is not enough, also between graphemes.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0