From: Guido van Rossum Date: Tue, 16 Dec 1997 17:54:18 +0000 (+0000) Subject: Added SOLID definition. X-Git-Tag: v1.5~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80;p=python Added SOLID definition. --- 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'