mirror of https://github.com/python/cpython
Added SOLID definition.
This commit is contained in:
parent
5ca9033062
commit
fedc6d0d5a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue