commit | 40a172c779aeed6489aef326cf29a74ea734c35e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Nov 20 22:20:21 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Nov 20 22:20:21 1996 +0000 |
tree | 14a506231da31dc6dcfc68c3438c0ffbf343be33 | |
parent | 58103d3b114cedd5dabc9cc06b3e800178324433 [diff] [blame] |
Added ALL='all'.
diff --git a/Lib/tkinter/Tkconstants.py b/Lib/tkinter/Tkconstants.py index dd4fb0e..3e2ff8a 100755 --- a/Lib/tkinter/Tkconstants.py +++ b/Lib/tkinter/Tkconstants.py
@@ -56,6 +56,7 @@ INSERT='insert' CURRENT='current' ANCHOR='anchor' +ALL='all' # e.g. Canvas.delete(ALL) # Text widget and button states NORMAL='normal'