- 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
true if an insertion was possible at iter
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.