mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +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'
|
||||
CURRENT='current'
|
||||
ANCHOR='anchor'
|
||||
ALL='all' # e.g. Canvas.delete(ALL)
|
||||
|
||||
# Text widget and button states
|
||||
NORMAL='normal'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue