.. 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.ogl.composit .. highlight:: python .. _wx.lib.ogl.composit.PopupDivisionMenu: ========================================================================================================================================== |phoenix_title| **wx.lib.ogl.composit.PopupDivisionMenu** ========================================================================================================================================== Menu() Menu(style) Menu(title, style=0) A menu is a popup (or pull down) list of items, one of which may be selected before the menu goes away (clicking elsewhere dismisses the menu). | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PopupDivisionMenu:
| |super_classes| Known Superclasses ================================== :class:`wx.Menu` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.ogl.composit.PopupDivisionMenu.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.ogl.composit.PopupDivisionMenu.GetClientData` :meth:`~wx.lib.ogl.composit.PopupDivisionMenu.OnMenu` :meth:`~wx.lib.ogl.composit.PopupDivisionMenu.SetClientData` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: PopupDivisionMenu(wx.Menu) Menu() Menu(style) Menu(title, style=0) A menu is a popup (or pull down) list of items, one of which may be selected before the menu goes away (clicking elsewhere dismisses the menu). .. method:: __init__(self) Initialize self. See help(type(self)) for accurate signature. .. method:: GetClientData(self) .. method:: OnMenu(self, event) .. method:: SetClientData(self, data)