Gtk.TextBuffer.DeleteMark Method
Deletes mark, so that it is no longer located anywhere in the buffer.

Syntax

public void DeleteMark (TextMark mark)

Parameters

mark
a Gtk.TextMark in the buffer to be deleted.

Remarks

Deletes mark, so that it is no longer located anywhere in the buffer. There is no way to undelete a mark. TextMark.Deleted will return true after this function has been called on a mark; TextMark.Deleted indicates that a mark no longer belongs to a buffer. The TextBuffer.MarkDeleted event will be raised as notification after the mark is deleted.

Requirements

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