]> granicus.if.org Git - python/commitdiff
Added NS and EW constants, which are meaningful values for grid's
authorBarry Warsaw <barry@python.org>
Thu, 1 Oct 1998 13:49:37 +0000 (13:49 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 1 Oct 1998 13:49:37 +0000 (13:49 +0000)
-sticky option.

Lib/lib-tk/Tkconstants.py

index da34a4da5d503fb33a5553881aae77c8c2157c24..ee74e3a54c81d595fd8a5c6796a2e75d3b23af30 100644 (file)
@@ -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