Gtk.TextBuffer.StartIter Property
The location of the beginning of the buffer

Syntax

public TextIter StartIter { get; }

Value

The location of the beginning of the buffer

Remarks

This is the equivelant to calling TextBuffer.GetIterAtOffset(int) to get the iter at character offset 0.

Requirements

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