From cb3062e3c0cf3196fed51af5181c95bd64fd03dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 20 Sep 2003 10:52:56 +0000 Subject: Patch #805976: Add DOTBOX and UNDERLINE. --- Lib/lib-tk/Tkconstants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lib/lib-tk/Tkconstants.py b/Lib/lib-tk/Tkconstants.py index ac57952..63eee33 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' -- cgit v0.12