summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter')
-rwxr-xr-xLib/tkinter/Tkconstants.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/tkinter/Tkconstants.py b/Lib/tkinter/Tkconstants.py
index 9612da9..dd4fb0e 100755
--- a/Lib/tkinter/Tkconstants.py
+++ b/Lib/tkinter/Tkconstants.py
@@ -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'