Since Max OS does not support PopupWindow
, this is an alternative.
Default class constructor. |
|
Handles the |
mcPopupWindow
(wx.MiniFrame)¶Since Max OS does not support PopupWindow
, this is an alternative.
__init__
(self, parent)¶Default class constructor.
parent – the mcPopupWindow
parent window.
OnLeaveWindow
(self, event)¶Handles the wx.EVT_LEAVE_WINDOW
event for mcPopupWindow
.
event – a MouseEvent
event to be processed.