summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/Tkconstants.py
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/lib-tk/Tkconstants.py
parent58103d3b114cedd5dabc9cc06b3e800178324433 (diff)
downloadcpython-40a172c779aeed6489aef326cf29a74ea734c35e.zip
cpython-40a172c779aeed6489aef326cf29a74ea734c35e.tar.gz
cpython-40a172c779aeed6489aef326cf29a74ea734c35e.tar.bz2
Added ALL='all'.
Diffstat (limited to 'Lib/lib-tk/Tkconstants.py')
-rw-r--r--Lib/lib-tk/Tkconstants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py
index dd4fb0e..3e2ff8a 100644
--- a/Lib/lib-tk/Tkconstants.py
+++ b/Lib/lib-tk/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'