Extracted from Pike v7.8 release 866 at 2018-02-07.
pike.ida.liu.se
[Top]
GTK2
GTK2.TextBuffer

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.