mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 21:50:21 +08:00
shorten tkinter's comments (#6675)
This commit is contained in:
@@ -541,7 +541,7 @@ class Panedwindow(Widget, tkinter.PanedWindow):
|
||||
# width and height for tkinter.ttk.Panedwindow are int but for tkinter.PanedWindow they are screen units
|
||||
height: int = ...,
|
||||
name: str = ...,
|
||||
orient: Literal["vertical", "horizontal"] = ...,
|
||||
orient: Literal["vertical", "horizontal"] = ..., # can't be changed with configure()
|
||||
style: str = ...,
|
||||
takefocus: tkinter._TakeFocusValue = ...,
|
||||
width: int = ...,
|
||||
|
||||
Reference in New Issue
Block a user