Kaydet (Commit) 40a172c7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added ALL='all'.

üst 58103d3b
...@@ -56,6 +56,7 @@ END='end' ...@@ -56,6 +56,7 @@ END='end'
INSERT='insert' INSERT='insert'
CURRENT='current' CURRENT='current'
ANCHOR='anchor' ANCHOR='anchor'
ALL='all' # e.g. Canvas.delete(ALL)
# Text widget and button states # Text widget and button states
NORMAL='normal' NORMAL='normal'
......
...@@ -56,6 +56,7 @@ END='end' ...@@ -56,6 +56,7 @@ END='end'
INSERT='insert' INSERT='insert'
CURRENT='current' CURRENT='current'
ANCHOR='anchor' ANCHOR='anchor'
ALL='all' # e.g. Canvas.delete(ALL)
# Text widget and button states # Text widget and button states
NORMAL='normal' NORMAL='normal'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment