Gtk.TextBuffer.InsertRange Method
Inserts a range of text.

Syntax

public void InsertRange (TextIter iter, TextIter start, TextIter end)

Parameters

iter
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.

Remarks

This overload is obsolete, replaced by ref TextIter overloads since the iters passed in are updated by the caller.

Requirements

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