Set the text of this area as a string.
(self, s)
| 744 | self._multilinebaseline = multilinebaseline |
| 745 | |
| 746 | def set_text(self, s): |
| 747 | """Set the text of this area as a string.""" |
| 748 | self._text.set_text(s) |
| 749 | self.stale = True |
| 750 | |
| 751 | def get_text(self): |
| 752 | """Return the string representation of this area's text.""" |
no outgoing calls