phoenix_title wx.lib.agw.flatmenu.mcPopupWindow

Since Max OS does not support PopupWindow, this is an alternative.


class_hierarchy Class Hierarchy

Inheritance diagram for class mcPopupWindow:

super_classes Known Superclasses

wx.MiniFrame


method_summary Methods Summary

__init__

Default class constructor.

OnLeaveWindow

Handles the wx.EVT_LEAVE_WINDOW event for mcPopupWindow.


api 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 for mcPopupWindow.

Parameters

event – a MouseEvent event to be processed.