summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-11-20 22:20:21 (GMT)
committerGuido van Rossum <guido@python.org>1996-11-20 22:20:21 (GMT)
commit40a172c779aeed6489aef326cf29a74ea734c35e (patch)
tree14a506231da31dc6dcfc68c3438c0ffbf343be33 /Lib/tkinter
parent58103d3b114cedd5dabc9cc06b3e800178324433 (diff)
downloadcpython-40a172c779aeed6489aef326cf29a74ea734c35e.zip
cpython-40a172c779aeed6489aef326cf29a74ea734c35e.tar.gz
cpython-40a172c779aeed6489aef326cf29a74ea734c35e.tar.bz2
Added ALL='all'.
Diffstat (limited to 'Lib/tkinter')
-rwxr-xr-xLib/tkinter/Tkconstants.py1
1 files changed, 1 insertions, 0 deletions
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 @@ END='end'
INSERT='insert'
CURRENT='current'
ANCHOR='anchor'
+ALL='all' # e.g. Canvas.delete(ALL)
# Text widget and button states
NORMAL='normal'