Return the wrapping state for the text.
(self)
| 585 | self._update_clip_properties() |
| 586 | |
| 587 | def get_wrap(self): |
| 588 | """Return the wrapping state for the text.""" |
| 589 | return self._wrap |
| 590 | |
| 591 | def set_wrap(self, wrap): |
| 592 | """Set the wrapping state for the text. |