summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-16 17:54:18 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-16 17:54:18 (GMT)
commitfedc6d0d5abc07b9a4f1484ec74e1700cb16dc80 (patch)
tree7a77f9cc2c6f9b1b5eeee483e3afd82062032c9a /Lib
parent5ca903306244f79dec6db639e23a4fe476903ec1 (diff)
downloadcpython-fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80.zip
cpython-fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80.tar.gz
cpython-fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80.tar.bz2
Added SOLID definition.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/lib-tk/Tkconstants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py
index 3e2ff8a..da34a4d 100644
--- a/Lib/lib-tk/Tkconstants.py
+++ b/Lib/lib-tk/Tkconstants.py
@@ -1,3 +1,4 @@
+
# Symbolic constants for Tk
# Booleans
@@ -33,6 +34,7 @@ SUNKEN='sunken'
FLAT='flat'
RIDGE='ridge'
GROOVE='groove'
+SOLID = 'solid'
# -orient
HORIZONTAL='horizontal'