Return text string to display.
(self)
| 350 | """Constructor. Do whatever you need to do.""" |
| 351 | |
| 352 | def GetText(self): |
| 353 | """Return text string to display.""" |
| 354 | |
| 355 | def GetLabelText(self): |
| 356 | """Return label text string to display in front of text (if any).""" |
no outgoing calls