added listbox selection modes

This commit is contained in:
Guido van Rossum 1995-10-11 17:40:37 +00:00
parent a61bdeb8a9
commit b61b28b07d
2 changed files with 12 additions and 0 deletions

View File

@ -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'

View File

@ -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'