Method GTK2.TextBuffer()->remove_all_tags()


Method remove_all_tags

GTK2.TextBuffer remove_all_tags(GTK2.TextIter start, GTK2.TextIter end)

Description

Removes all tags in the range between start and end. Be careful with this function; it could remove tags added in code unrelated to the code you're currently writing. That is, using this function is probably a bad idea if you have two or more unrelated code sections that add tags.