mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Add HIDDEN. Fixes #777664.
This commit is contained in:
parent
a2c17c5820
commit
39a682f5f2
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ ALL='all' # e.g. Canvas.delete(ALL)
|
|||
NORMAL='normal'
|
||||
DISABLED='disabled'
|
||||
ACTIVE='active'
|
||||
# Canvas state
|
||||
HIDDEN='hidden'
|
||||
|
||||
# Menu item types
|
||||
CASCADE='cascade'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue