Gtk.DeleteType Enumeration
An enumeration used by TextView

Syntax

[GLib.GType(typeof(Gtk.DeleteTypeGType))]
public enum DeleteType

Remarks

This enumeration is used by Gtk.TextView to see decide how delete behaves.

Members

Member NameDescription
CharsDelete the character that is highlighted by the cursor.
WordEndsDelete until the end of a word
ParagraphsDelete the whole line.
WhitespaceDelete all the whitespace before the cursor.
WordsDelete words.
DisplayLinesDelete lines from the display (i.e., not lines as measured by carriage returns.)
DisplayLineEndsDelete from the cursor to the end of the line.
ParagraphEndsDelete to the end of the paragraph.

Requirements

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