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