Skip to content

Commit 392763e

Browse files
committed
add widget name option to tkinter.ttk.Entry
1 parent 4eea4c2 commit 392763e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/3/tkinter/ttk.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ class Entry(Widget): # actually inherits from tkinter.Entry
188188
def __init__(
189189
self,
190190
master: Optional[tkinter.Misc] = ...,
191+
widget: Optional[str] = ...,
191192
*,
192193
class_: str = ...,
193194
cursor: tkinter._Cursor = ...,

0 commit comments

Comments
 (0)