mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Added NS and EW constants, which are meaningful values for grid's
-sticky option.
This commit is contained in:
parent
85e6965071
commit
9190046289
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
NO=FALSE=OFF=0
|
NO=FALSE=OFF=0
|
||||||
YES=TRUE=ON=1
|
YES=TRUE=ON=1
|
||||||
|
|
||||||
# -anchor
|
# -anchor and -sticky
|
||||||
N='n'
|
N='n'
|
||||||
S='s'
|
S='s'
|
||||||
W='w'
|
W='w'
|
||||||
|
|
@ -14,6 +14,8 @@ NW='nw'
|
||||||
SW='sw'
|
SW='sw'
|
||||||
NE='ne'
|
NE='ne'
|
||||||
SE='se'
|
SE='se'
|
||||||
|
NS='ns'
|
||||||
|
EW='ew'
|
||||||
CENTER='center'
|
CENTER='center'
|
||||||
|
|
||||||
# -fill
|
# -fill
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue