Description Usage Arguments Author(s)
Inserts text
into buffer
at iter
, applying the list of tags to
the newly-inserted text. The last tag specified must be NULL to
terminate the list. Equivalent to calling gtkTextBufferInsert
,
then gtkTextBufferApplyTag
on the inserted text;
gtkTextBufferInsertWithTags
is just a convenience function.
1 | gtkTextBufferInsertWithTags(object, iter, text, ...)
|
|
a |
|
an iterator in |
|
UTF-8 text |
|
undocumented |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.