]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added listbox selection modes
authorGuido van Rossum <guido@python.org>
Wed, 11 Oct 1995 17:40:37 +0000 (17:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Oct 1995 17:40:37 +0000 (17:40 +0000)
Lib/lib-tk/Tkconstants.py
Lib/tkinter/Tkconstants.py

index 9612da9db60f8fd2a2bc3ef01ed2404aad5ed94e..dd4fb0ef321ad5de41d6ec88807430b6c5ed0129 100644 (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'
index 9612da9db60f8fd2a2bc3ef01ed2404aad5ed94e..dd4fb0ef321ad5de41d6ec88807430b6c5ed0129 100755 (executable)
@@ -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'