Method GTK2.TextBuffer()->insert_with_tags()


Method insert_with_tags

GTK2.TextBuffer insert_with_tags(GTK2.TextIter iter, string text, int len, array tags)

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.