diff options
| author | Guido van Rossum <guido@python.org> | 1997-12-16 17:54:18 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-12-16 17:54:18 +0000 |
| commit | fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80 (patch) | |
| tree | 7a77f9cc2c6f9b1b5eeee483e3afd82062032c9a /Lib | |
| parent | 5ca903306244f79dec6db639e23a4fe476903ec1 (diff) | |
| download | cpython-git-fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80.tar.gz | |
Added SOLID definition.
Diffstat (limited to 'Lib')
| -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 3e2ff8a61e..da34a4da5d 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' |
