]> granicus.if.org Git - python/commitdiff
Added ALL='all'.
authorGuido van Rossum <guido@python.org>
Wed, 20 Nov 1996 22:20:21 +0000 (22:20 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 Nov 1996 22:20:21 +0000 (22:20 +0000)
Lib/lib-tk/Tkconstants.py
Lib/tkinter/Tkconstants.py

index dd4fb0ef321ad5de41d6ec88807430b6c5ed0129..3e2ff8a61e6167796b74c1c9c0a3ddff4ff0f039 100644 (file)
@@ -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'
index dd4fb0ef321ad5de41d6ec88807430b6c5ed0129..3e2ff8a61e6167796b74c1c9c0a3ddff4ff0f039 100755 (executable)
@@ -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'