]> granicus.if.org Git - python/commitdiff
Patch #805976: Add DOTBOX and UNDERLINE.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 20 Sep 2003 10:52:56 +0000 (10:52 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 20 Sep 2003 10:52:56 +0000 (10:52 +0000)
Lib/lib-tk/Tkconstants.py

index ac5795247718b277264d51d499f5495b477c3d35..63eee33d24d6c7e2a3bfb504999a74ec34b53d07 100644 (file)
@@ -86,6 +86,11 @@ BROWSE='browse'
 MULTIPLE='multiple'
 EXTENDED='extended'
 
+# Activestyle for list boxes
+# NONE='none' is also valid
+DOTBOX='dotbox'
+UNDERLINE='underline'
+
 # Various canvas styles
 PIESLICE='pieslice'
 CHORD='chord'