From: Barry Warsaw Date: Thu, 1 Oct 1998 13:49:37 +0000 (+0000) Subject: Added NS and EW constants, which are meaningful values for grid's X-Git-Tag: v1.5.2a2~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9190046289af6397d6482fb646878a074bf38c05;p=python Added NS and EW constants, which are meaningful values for grid's -sticky option. --- diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py index da34a4da5d..ee74e3a54c 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