Gtk.TextBuffer.GetMark Method
Returns the mark named name in buffer buffer, or null if no such mark exists in the buffer.

Syntax

public TextMark GetMark (string name)

Parameters

name
the name of a mark

Returns

Returns the mark named name in buffer buffer, or null if no such mark exists in the buffer.

Remarks

Requirements

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