Phoenix Logo

phoenix_title wx.lib.evtmgr.FakeWindow

Used internally by the EventMacroInfo class. The FakeWindow is the most important component of the macro-info utility: it implements the Connect() protocol of wxWindow, but instead of registering for events, it keeps track of what parameters were passed to it.


class_hierarchy Class Hierarchy

Inheritance diagram for class FakeWindow:

method_summary Methods Summary

__init__  
Connect  

api Class API



class FakeWindow

Used internally by the EventMacroInfo class. The FakeWindow is the most important component of the macro-info utility: it implements the Connect() protocol of wxWindow, but instead of registering for events, it keeps track of what parameters were passed to it.


Methods



__init__(self)


Connect(self, id1, id2, eventType, handlerFunction)