wx.lib.agw.flatmenu.mcPopupWindow¶
Since Max OS does not support PopupWindow
, this is an alternative.
Class Hierarchy¶
Known Subclasses¶
wx.lib.agw.flatmenu.ShadowPopupWindow
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
mcPopupWindow
parent window.
- OnLeaveWindow(self, event)¶
Handles the
wx.EVT_LEAVE_WINDOW
event formcPopupWindow
.- Parameters:
event – a
MouseEvent
event to be processed.