mirror of
https://github.com/python/cpython.git
synced 2025-07-22 10:45:22 +00:00
added listbox selection modes
This commit is contained in:
parent
a61bdeb8a9
commit
b61b28b07d
2 changed files with 12 additions and 0 deletions
|
@ -68,3 +68,9 @@ CHECKBUTTON='checkbutton'
|
|||
COMMAND='command'
|
||||
RADIOBUTTON='radiobutton'
|
||||
SEPARATOR='separator'
|
||||
|
||||
# Selection modes for list boxes
|
||||
SINGLE='single'
|
||||
BROWSE='browse'
|
||||
MULTIPLE='multiple'
|
||||
EXTENDED='extended'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue