mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Type Menu.tk_popup() (#4893)
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user