Menu() -> None Menu(style : int) -> None Menu(title : str, style: int=0) -> None
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).
Initialize self. See help(type(self)) for accurate signature. |
|
PopupDivisionMenu
(wx.Menu)¶Menu() -> None Menu(style : int) -> None Menu(title : str, style: int=0) -> None
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).
__init__
(self)¶Initialize self. See help(type(self)) for accurate signature.
GetClientData
(self)¶OnMenu
(self, event)¶SetClientData
(self, data)¶