diff options
Diffstat (limited to 'Lib/tkinter/Tkconstants.py')
-rwxr-xr-x | Lib/tkinter/Tkconstants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/tkinter/Tkconstants.py b/Lib/tkinter/Tkconstants.py index dd4fb0ef32..3e2ff8a61e 100755 --- a/Lib/tkinter/Tkconstants.py +++ b/Lib/tkinter/Tkconstants.py @@ -56,6 +56,7 @@ END='end' INSERT='insert' CURRENT='current' ANCHOR='anchor' +ALL='all' # e.g. Canvas.delete(ALL) # Text widget and button states NORMAL='normal' |