wx.lib.eventwatcher.EventWatcher
A frame that will catch and display all events sent to some widget.
Class Hierarchy

Inheritance diagram for class
EventWatcher:
Methods Summary
Class API
-
class EventWatcher(wx.Frame)
A frame that will catch and display all events sent to some widget.
Methods
-
__init__(self, \*args, \*\*kw)
Initialize self. See help(type(self)) for accurate signature.
-
buildWatchList(self, exclusions)
-
onAddModule(self, evt)
-
onClear(self, evt)
-
onCloseWindow(self, evt)
-
onToggleSelectEvents(self, evt)
-
onToggleWatch(self, evt)
-
onWatchedEvent(self, evt)
-
unwatch(self)
-
updateBindings(self)
-
watch(self, widget)