Description Usage Arguments Details Value Author(s)
Like gtkTextBufferInsert
, but the insertion will not occur if
iter
is at a non-editable location in the buffer. Usually you
want to prevent insertions at ineditable locations if the insertion
results from a user action (is interactive).
1 | gtkTextBufferInsertInteractive(object, iter, text, default.editable)
|
|
a |
|
a position in |
|
some UTF-8 text |
|
default editability of buffer |
default.editable
indicates the editability of text that doesn't
have a tag affecting editability applied to it. Typically the
result of gtkTextViewGetEditable
is appropriate here.
[logical] whether text was actually inserted
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.