Package: gtk

Function gtk-text-buffer-remove-all-tags

Lambda List

gtk-text-buffer-remove-all-tags (buffer start end)

Arguments

buffer -- a gtk-text-buffer object
start -- a gtk-text-iter iterator with the start bound of the range to be untagged
end -- a gtk-text-iter iterator with the end bound of the range to be untagged

Details

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

See also

*2021-11-16