Description Usage Arguments Value Author(s)
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.
1 2 | gtkTextBufferInsertRangeInteractive(object, iter, start, end,
default.editable)
|
|
a |
|
a position in |
|
a position in a |
|
another position in the same buffer as |
|
default editability of the buffer |
[logical] whether an insertion was possible at iter
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.