Skip to content

Commit 9190046

Browse files
committed
Added NS and EW constants, which are meaningful values for grid's
-sticky option.
1 parent 85e6965 commit 9190046

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lib/lib-tk/Tkconstants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
NO=FALSE=OFF=0
66
YES=TRUE=ON=1
77

8-
# -anchor
8+
# -anchor and -sticky
99
N='n'
1010
S='s'
1111
W='w'
@@ -14,6 +14,8 @@
1414
SW='sw'
1515
NE='ne'
1616
SE='se'
17+
NS='ns'
18+
EW='ew'
1719
CENTER='center'
1820

1921
# -fill

0 commit comments

Comments
 (0)