Update the text properties. Valid keyword arguments are: %(Text:kwdoc)s
(self, **kwargs)
| 179 | |
| 180 | @_docstring.interpd |
| 181 | def set_text_props(self, **kwargs): |
| 182 | """ |
| 183 | Update the text properties. |
| 184 | |
| 185 | Valid keyword arguments are: |
| 186 | |
| 187 | %(Text:kwdoc)s |
| 188 | """ |
| 189 | self._text._internal_update(kwargs) |
| 190 | self.stale = True |
| 191 | |
| 192 | @property |
| 193 | def visible_edges(self): |
no test coverage detected