Phoenix Logo

phoenix_title wx.lib.eventwatcher.EventWatcher

A frame that will catch and display all events sent to some widget.


class_hierarchy Class Hierarchy

Inheritance diagram for class EventWatcher:

super_classes Known Superclasses

wx.Frame


api Class API



class EventWatcher(wx.Frame)

A frame that will catch and display all events sent to some widget.


Methods



__init__(self, *args, **kw)


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)