Return name of icon to be displayed normally.
(self)
| 383 | """Change the item's text (if it is editable).""" |
| 384 | |
| 385 | def GetIconName(self): |
| 386 | """Return name of icon to be displayed normally.""" |
| 387 | |
| 388 | def GetSelectedIconName(self): |
| 389 | """Return name of icon to be displayed when selected.""" |
no outgoing calls