insert_with_tags_by_name
Description:
Inserts text
into this at iter
, applying the list of tags to the newly-inserted
text.
Same as [method@Gtk.TextBuffer.insert_with_tags], but allows you to pass in tag names instead of tag objects.
Parameters:
this |
a `GtkTextBuffer` |
iter |
position in this |
text |
UTF-8 text |
len |
length of |
... |
more tag names |
first_tag_name |
name of a tag to apply to |