mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +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'
|
COMMAND='command'
|
||||||
RADIOBUTTON='radiobutton'
|
RADIOBUTTON='radiobutton'
|
||||||
SEPARATOR='separator'
|
SEPARATOR='separator'
|
||||||
|
|
||||||
|
# Selection modes for list boxes
|
||||||
|
SINGLE='single'
|
||||||
|
BROWSE='browse'
|
||||||
|
MULTIPLE='multiple'
|
||||||
|
EXTENDED='extended'
|
||||||
|
|
|
@ -68,3 +68,9 @@ CHECKBUTTON='checkbutton'
|
||||||
COMMAND='command'
|
COMMAND='command'
|
||||||
RADIOBUTTON='radiobutton'
|
RADIOBUTTON='radiobutton'
|
||||||
SEPARATOR='separator'
|
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