mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
fix name attribute for Toplevel class (#5146)
This commit is contained in:
committed by
GitHub
parent
272505cf2d
commit
1ed1e00046
@@ -872,6 +872,7 @@ class Toplevel(BaseWidget, Wm):
|
||||
highlightcolor: _Color = ...,
|
||||
highlightthickness: _ScreenUnits = ...,
|
||||
menu: Menu = ...,
|
||||
name: str = ...,
|
||||
padx: _ScreenUnits = ...,
|
||||
pady: _ScreenUnits = ...,
|
||||
relief: _Relief = ...,
|
||||
|
||||
Reference in New Issue
Block a user