From: Martin v. Löwis Date: Sat, 20 Sep 2003 10:52:56 +0000 (+0000) Subject: Patch #805976: Add DOTBOX and UNDERLINE. X-Git-Tag: v2.4a1~1560 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb3062e3c0cf3196fed51af5181c95bd64fd03dc;p=python Patch #805976: Add DOTBOX and UNDERLINE. --- 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'