insert_with_tags
Description:
Inserts text
into this 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 [ method@Gtk.TextBuffer.insert], then [method@Gtk.TextBuffer.apply_tag] on the inserted text; this is just a convenience function.
Parameters:
this |
a `GtkTextBuffer` |
iter |
an iterator in this |
text |
UTF-8 text |
len |
length of |
... |
null-terminated list of tags to apply |
first_tag |
first tag to apply to |