mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Added ALL='all'.
This commit is contained in:
parent
58103d3b11
commit
40a172c779
2 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||||
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue