Description Usage Arguments Details Author(s)
Copies text, tags, and pixbufs between start
and end
(the order
of start
and end
doesn't matter) and inserts the copy at iter
.
Used instead of simply getting/inserting text because it preserves
images and tags. If start
and end
are in a different buffer from
buffer
, the two buffers must share the same tag table.
1 | gtkTextBufferInsertRange(object, iter, start, end)
|
|
a |
|
a position in |
|
a position in a |
|
another position in the same buffer as |
Implemented via emissions of the insert_text and apply_tag signals, so expect those.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.