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. |
|
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.