diff options
Diffstat (limited to 'Lib/lib-tk/Tkconstants.py')
-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' |