diff options
author | Guido van Rossum <guido@python.org> | 1997-12-16 17:54:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-16 17:54:18 (GMT) |
commit | fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80 (patch) | |
tree | 7a77f9cc2c6f9b1b5eeee483e3afd82062032c9a /Lib/lib-tk | |
parent | 5ca903306244f79dec6db639e23a4fe476903ec1 (diff) | |
download | cpython-fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80.zip cpython-fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80.tar.gz cpython-fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80.tar.bz2 |
Added SOLID definition.
Diffstat (limited to 'Lib/lib-tk')
-rw-r--r-- | Lib/lib-tk/Tkconstants.py | 2 |
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' |