Remove all colorizing tags.
(self)
| 356 | self._add_tag(a, b, head, "DEFINITION") |
| 357 | |
| 358 | def removecolors(self): |
| 359 | "Remove all colorizing tags." |
| 360 | for tag in self.tagdefs: |
| 361 | self.tag_remove(tag, "1.0", "end") |
| 362 | |
| 363 | |
| 364 | def _color_delegator(parent): # htest # |