diff options
-rw-r--r-- | Lib/lib-tk/Tkconstants.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py index da34a4d..ee74e3a 100644 --- a/Lib/lib-tk/Tkconstants.py +++ b/Lib/lib-tk/Tkconstants.py @@ -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 |