Added SOLID definition.

This commit is contained in:
Guido van Rossum 1997-12-16 17:54:18 +00:00
parent 5ca9033062
commit fedc6d0d5a
1 changed files with 2 additions and 0 deletions

View File

@ -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'