Return the string representation of this area's text.
(self)
| 749 | self.stale = True |
| 750 | |
| 751 | def get_text(self): |
| 752 | """Return the string representation of this area's text.""" |
| 753 | return self._text.get_text() |
| 754 | |
| 755 | def set_multilinebaseline(self, t): |
| 756 | """ |
no outgoing calls