Return name of icon to be displayed normally.
(self)
| 377 | """Change the item's text (if it is editable).""" |
| 378 | |
| 379 | def GetIconName(self): |
| 380 | """Return name of icon to be displayed normally.""" |
| 381 | |
| 382 | def GetSelectedIconName(self): |
| 383 | """Return name of icon to be displayed when selected.""" |
no outgoing calls