wx.lib.eventwatcher¶
A widget and supporting classes for watching the events sent to some other widget.
Functions Summary¶
Adds all the items in module that start with |
|
Add the event binders from the main wx namespace. This is called |
|
Classes Summary¶
Panel with CheckListBox for selecting which events will be watched. |
|
A virtual listctrl that displays information about the watched events. |
|
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)¶