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 CheckListBox for selecting which events will be watched.

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)