Return text string to display.
(self)
| 344 | """Constructor. Do whatever you need to do.""" |
| 345 | |
| 346 | def GetText(self): |
| 347 | """Return text string to display.""" |
| 348 | |
| 349 | def GetLabelText(self): |
| 350 | """Return label text string to display in front of text (if any).""" |
no outgoing calls