wx.lib.eventwatcher.EventChooser¶
Panel with CheckListBox for selecting which events will be watched.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Class API¶
- class EventChooser(wx.Panel)¶
Panel with CheckListBox for selecting which events will be watched.
Methods¶
- __init__(self, \*args, \*\*kw)¶
Initialize self. See help(type(self)) for accurate signature.
- checkAll(self, check)¶
- onCheckAll(self, evt)¶
- onItemActivated(self, evt)¶
- onUncheckAll(self, evt)¶
- setUpdateCallback(self, func)¶
- setWatchList(self, watchList)¶