| gtkTextBufferInsertRangeInteractive {RGtk2} | R Documentation |
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.
gtkTextBufferInsertRangeInteractive(object, iter, start, end, default.editable)
|
[GtkTextBuffer] a GtkTextBuffer |
|
[GtkTextIter] a position in buffer |
|
[GtkTextIter] a position in a GtkTextBuffer |
|
[GtkTextIter] another position in the same buffer as start |
|
[logical] default editability of the buffer |
[logical] whether an insertion was possible at iter
Derived by RGtkGen from GTK+ documentation