summaryrefslogtreecommitdiff
path: root/Lib/lib-tk/Tkconstants.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib-tk/Tkconstants.py')
-rw-r--r--Lib/lib-tk/Tkconstants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py
index ac57952477..63eee33d24 100644
--- a/Lib/lib-tk/Tkconstants.py
+++ b/Lib/lib-tk/Tkconstants.py
@@ -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'