.. include:: headings.inc .. currentmodule:: lib.evtmgr .. highlight:: python .. _lib.evtmgr.FakeWindow: ========================================================================================================================================== |phoenix_title| **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| Inheritance Diagram ===================================== Inheritance diagram for class **FakeWindow** .. raw:: html

Inheritance diagram of FakeWindow

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.evtmgr.FakeWindow.__init__` :meth:`~lib.evtmgr.FakeWindow.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. .. method:: __init__(self) .. method:: Connect(self, id1, id2, eventType, handlerFunction)