Return list of items forming sublist.
(self)
| 383 | """Return name of icon to be displayed when selected.""" |
| 384 | |
| 385 | def GetSubList(self): |
| 386 | """Return list of items forming sublist.""" |
| 387 | |
| 388 | def OnDoubleClick(self): |
| 389 | """Called on a double-click on the item.""" |
no outgoing calls