wx.lib.agw.flatmenu.mcPopupWindow¶
Since Max OS does not support PopupWindow, this is an alternative.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
Handles the |
Class API¶
- class mcPopupWindow(wx.MiniFrame)¶
Since Max OS does not support
PopupWindow, this is an alternative.
Methods¶
- __init__(self, parent)¶
Default class constructor.
- Parameters:
parent – the
mcPopupWindowparent window.
- OnLeaveWindow(self, event)¶
Handles the
wx.EVT_LEAVE_WINDOWevent formcPopupWindow.- Parameters:
event – a
MouseEventevent to be processed.