Set the wrapping state for the text. Parameters ---------- wrap : bool
(self, wrap)
| 589 | return self._wrap |
| 590 | |
| 591 | def set_wrap(self, wrap): |
| 592 | """Set the wrapping state for the text. |
| 593 | |
| 594 | Parameters |
| 595 | ---------- |
| 596 | wrap : bool |
| 597 | """ |
| 598 | self._wrap = wrap |
| 599 | |
| 600 | def _get_wrap_line_width(self): |
| 601 | """ |