Return the vertical alignment as a string. Will be one of 'top', 'center', 'bottom', 'baseline' or 'center_baseline'.
(self)
| 1024 | return self._text |
| 1025 | |
| 1026 | def get_verticalalignment(self): |
| 1027 | """ |
| 1028 | Return the vertical alignment as a string. Will be one of |
| 1029 | 'top', 'center', 'bottom', 'baseline' or 'center_baseline'. |
| 1030 | """ |
| 1031 | return self._verticalalignment |
| 1032 | |
| 1033 | def get_window_extent(self, renderer=None, dpi=None): |
| 1034 | """ |
no outgoing calls