TextBuffer.insertRangeInteractive

Same as TextBuffer.insertRange, but does nothing if the insertion point isn’t 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.getEditable is appropriate here.

class TextBuffer
bool
insertRangeInteractive

Parameters

iter TextIter

a position in buffer

start TextIter

a position in a gtk.TextBuffer

end TextIter

another position in the same buffer as start

defaultEditable bool

default editability of the buffer

Return Value

Type: bool

whether an insertion was possible at iter