wx.lib.agw.flatmenu.ShadowPopupWindow¶
Base class for generic FlatMenu derived from PopupWindow.
Class Hierarchy¶
Known Subclasses¶
wx.lib.agw.flatmenu.FlatMenuBase
Known Superclasses¶
Methods Summary¶
Default class constructor. |
Class API¶
- class ShadowPopupWindow(wx.PopupWindow if havePopupWindow else mcPopupWindow)¶
Base class for generic
FlatMenuderived fromPopupWindow.
Methods¶
- __init__(self, parent=None)¶
Default class constructor.
- Parameters:
parent – the
ShadowPopupWindowparent (typically your main frame).