gtkTextBufferInsertInteractiveAtCursor {RGtk2} | R Documentation |
Calls gtkTextBufferInsertInteractive
at the cursor
position.
gtkTextBufferInsertInteractiveAtCursor(object, text, default.editable)
|
[GtkTextBuffer ] a GtkTextBuffer |
|
[character] text in UTF-8 format |
|
[logical] 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