added listbox selection modes
This commit is contained in:
parent
a61bdeb8a9
commit
b61b28b07d
|
@ -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'
|
||||
|
|
|
@ -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…
Reference in New Issue