Gtk.TextBuffer.InsertRangeInteractive Method
Same as TextBuffer.InsertRange(TextIter, TextIter, TextIter), but does nothing if the insertion point is not editable.

Syntax

public bool InsertRangeInteractive (ref TextIter iter, TextIter start, TextIter end, bool default_editable)

Parameters

iter
a position in buffer
start
a position in the source k.TextBuffer
end
a position in the source k.TextBuffer
default_editable
whether the text is editable at iter if no tags enclosing iter affect editability

Returns

true if an insertion was possible at iter

Remarks

Same as TextBuffer.InsertRange(TextIter, TextIter, TextIter), but does nothing if the insertion point is not editable.

The default_editable parameter indicates whether the text is editable at iter if no tags enclosing iter affect editability. Typically the result of TextView.Editable is appropriate here.

Requirements

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