Package: gtk
Function gtk:text-buffer-remove-all-tags
Lambda Listgtk:text-buffer-remove-all-tags (buffer start end) ArgumentsDetails 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 |
2024-7-3