Same as gtk.text_buffer.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
gtk.text_view.TextView.getEditable is appropriate here.
Same as gtk.text_buffer.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 gtk.text_view.TextView.getEditable is appropriate here.