Type Menu.tk_popup() (#4893)

This commit is contained in:
melassa
2021-01-03 12:53:03 +01:00
committed by GitHub
parent 2ab1b03a5b
commit 7eed4a9edb

View File

@@ -1881,7 +1881,7 @@ class Menu(Widget):
def configure(self, cnf: _MenuOptionName) -> Tuple[str, str, str, Any, Any]: ...
config = configure
def cget(self, key: _MenuOptionName) -> Any: ...
def tk_popup(self, x, y, entry: str = ...): ...
def tk_popup(self, x: int, y: int, entry: Union[str, int] = ...): ...
def activate(self, index): ...
def add(self, itemType, cnf=..., **kw): ...
def add_cascade(self, cnf=..., **kw): ...