gtkTextBufferInsertRangeInteractive: gtkTextBufferInsertRangeInteractive
Description
Same as gtkTextBufferInsertRange
, 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
gtkTextViewGetEditable
is appropriate here.Usage
gtkTextBufferInsertRangeInteractive(object, iter, start, end, default.editable)
Arguments
end
another position in the same buffer as start
default.editable
default editability of the buffer