From fedc6d0d5abc07b9a4f1484ec74e1700cb16dc80 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 16 Dec 1997 17:54:18 +0000 Subject: [PATCH] Added SOLID definition. --- Lib/lib-tk/Tkconstants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py index 3e2ff8a61e6..da34a4da5d5 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'