Method GTK2.TextBuffer()->insert_with_tags()
- Method insert_with_tags
GTK2.TextBufferinsert_with_tags(GTK2.TextIteriter,stringtext,intlen,arraytags)- Description
Inserts text into the buffer at iter, applying the list of tags to the newly-inserted text. Equivalent to calling insert(), then apply_tag() on the insert text; insert_with_tags() is just a convenience function.