commit | fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 16 17:54:18 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 16 17:54:18 1997 +0000 |
tree | 7a77f9cc2c6f9b1b5eeee483e3afd82062032c9a | |
parent | 5ca903306244f79dec6db639e23a4fe476903ec1 [diff] [blame] |
Added SOLID definition.
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 @@ FLAT='flat' RIDGE='ridge' GROOVE='groove' +SOLID = 'solid' # -orient HORIZONTAL='horizontal'