shorten tkinter's comments (#6675)

This commit is contained in:
Akuli
2021-12-23 14:07:19 +02:00
committed by GitHub
parent 1311657434
commit 48f13e451a
2 changed files with 20 additions and 70 deletions
+1 -1
View File
@@ -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 = ...,