diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 10:52:56 (GMT) | 
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 10:52:56 (GMT) | 
| commit | cb3062e3c0cf3196fed51af5181c95bd64fd03dc (patch) | |
| tree | 3f9de2de87fcfe2068a20ef20053dd8741c414bd /Lib/lib-tk/Tkconstants.py | |
| parent | 2cc6c29e33a50f5a881c4e1c9cd513309bdc78c6 (diff) | |
| download | cpython-cb3062e3c0cf3196fed51af5181c95bd64fd03dc.zip cpython-cb3062e3c0cf3196fed51af5181c95bd64fd03dc.tar.gz cpython-cb3062e3c0cf3196fed51af5181c95bd64fd03dc.tar.bz2  | |
Patch #805976: Add DOTBOX and UNDERLINE.
Diffstat (limited to 'Lib/lib-tk/Tkconstants.py')
| -rw-r--r-- | Lib/lib-tk/Tkconstants.py | 5 | 
1 files changed, 5 insertions, 0 deletions
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'  | 
