.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.flatmenu .. highlight:: python .. _wx.lib.agw.flatmenu.ShadowPopupWindow: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.flatmenu.ShadowPopupWindow** ========================================================================================================================================== Base class for generic :class:`FlatMenu` derived from :class:`PopupWindow`. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class ShadowPopupWindow:
| |sub_classes| Known Subclasses ============================== :class:`wx.lib.agw.flatmenu.FlatMenuBase` | |super_classes| Known Superclasses ================================== :class:`wx.PopupWindow` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.flatmenu.ShadowPopupWindow.__init__` Default class constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ShadowPopupWindow(wx.PopupWindow if havePopupWindow else mcPopupWindow) Base class for generic :class:`FlatMenu` derived from :class:`PopupWindow`. .. method:: __init__(self, parent=None) Default class constructor. :param `parent`: the :class:`ShadowPopupWindow` parent (typically your main frame).