commit | cb3062e3c0cf3196fed51af5181c95bd64fd03dc | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 20 10:52:56 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Sep 20 10:52:56 2003 +0000 |
tree | 3f9de2de87fcfe2068a20ef20053dd8741c414bd | |
parent | 2cc6c29e33a50f5a881c4e1c9cd513309bdc78c6 [diff] |
Patch #805976: Add DOTBOX and UNDERLINE.
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 @@ MULTIPLE='multiple' EXTENDED='extended' +# Activestyle for list boxes +# NONE='none' is also valid +DOTBOX='dotbox' +UNDERLINE='underline' + # Various canvas styles PIESLICE='pieslice' CHORD='chord'