mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
||||
YES=TRUE=ON=1
|
||||
|
||||
# -anchor
|
||||
# -anchor and -sticky
|
||||
N='n'
|
||||
S='s'
|
||||
W='w'
|
||||
|
@ -14,6 +14,8 @@ NW='nw'
|
|||
SW='sw'
|
||||
NE='ne'
|
||||
SE='se'
|
||||
NS='ns'
|
||||
EW='ew'
|
||||
CENTER='center'
|
||||
|
||||
# -fill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue