Phoenix Logo

phoenix_title wx.lib.eventwatcher

A widget and supporting classes for watching the events sent to some other widget.

function_summary Functions Summary

addModuleEvents Adds all the items in module that start with EVT_ to the event
buildWxEventMap Add the event binders from the main wx namespace. This is called
cmp  

class_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)