mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added SOLID definition.
This commit is contained in:
parent
5ca9033062
commit
fedc6d0d5a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue