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