From 9190046289af6397d6482fb646878a074bf38c05 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 1 Oct 1998 13:49:37 +0000 Subject: [PATCH] Added NS and EW constants, which are meaningful values for grid's -sticky option. --- Lib/lib-tk/Tkconstants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.1