Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40a172c

Browse files
committed
Added ALL='all'.
1 parent 58103d3 commit 40a172c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/lib-tk/Tkconstants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
INSERT='insert'
5757
CURRENT='current'
5858
ANCHOR='anchor'
59+
ALL='all' # e.g. Canvas.delete(ALL)
5960

6061
# Text widget and button states
6162
NORMAL='normal'

Lib/tkinter/Tkconstants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
INSERT='insert'
5757
CURRENT='current'
5858
ANCHOR='anchor'
59+
ALL='all' # e.g. Canvas.delete(ALL)
5960

6061
# Text widget and button states
6162
NORMAL='normal'

0 commit comments

Comments
 (0)