wx.lib.eventwatcher
A widget and supporting classes for watching the events sent to some other widget.
Functions Summary
Classes Summary
EventChooser |
Panel with CheckListCtrl for selecting which events will be watched. |
EventChooserLC |
|
EventLog |
A virtual listctrl that displays information about the watched events. |
EventWatcher |
A frame that will catch and display all events sent to some widget. |
Functions
-
addModuleEvents
(module)
Adds all the items in module that start with EVT_
to the event
data structures used by the EventWatcher.
-
buildWxEventMap
()
Add the event binders from the main wx namespace. This is called
automatically from the EventWatcher.
-
cmp
(a, b)