Return list of items forming sublist.
(self)
| 389 | """Return name of icon to be displayed when selected.""" |
| 390 | |
| 391 | def GetSubList(self): |
| 392 | """Return list of items forming sublist.""" |
| 393 | |
| 394 | def OnDoubleClick(self): |
| 395 | """Called on a double-click on the item.""" |
no outgoing calls