mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
tkinter: Add missing "angle" argument to Canvas.create_text (#10404)
This commit is contained in:
committed by
GitHub
parent
fc7d4722ea
commit
7646d38302
@@ -1633,6 +1633,7 @@ class Canvas(Widget, XView, YView):
|
||||
activefill: str = ...,
|
||||
activestipple: str = ...,
|
||||
anchor: _Anchor = ...,
|
||||
angle: float | str = ...,
|
||||
disabledfill: str = ...,
|
||||
disabledstipple: str = ...,
|
||||
fill: str = ...,
|
||||
@@ -1653,6 +1654,7 @@ class Canvas(Widget, XView, YView):
|
||||
activefill: str = ...,
|
||||
activestipple: str = ...,
|
||||
anchor: _Anchor = ...,
|
||||
angle: float | str = ...,
|
||||
disabledfill: str = ...,
|
||||
disabledstipple: str = ...,
|
||||
fill: str = ...,
|
||||
|
||||
Reference in New Issue
Block a user