diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-14 11:46:24 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-08-14 11:46:24 (GMT) |
commit | a4b1d0030ef5ea1c45f29fe52048e4470740be68 (patch) | |
tree | 8b410579aecd7d816c0d6c64660a815efd202b1d /Mac/Lib/toolbox | |
parent | f33a69f2739a2ad7968c0cada7577cbe130602b4 (diff) | |
download | cpython-a4b1d0030ef5ea1c45f29fe52048e4470740be68.zip cpython-a4b1d0030ef5ea1c45f29fe52048e4470740be68.tar.gz cpython-a4b1d0030ef5ea1c45f29fe52048e4470740be68.tar.bz2 |
Interface to the Mac List Manager.
Diffstat (limited to 'Mac/Lib/toolbox')
-rw-r--r-- | Mac/Lib/toolbox/Lists.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Mac/Lib/toolbox/Lists.py b/Mac/Lib/toolbox/Lists.py new file mode 100644 index 0000000..79a5f73 --- /dev/null +++ b/Mac/Lib/toolbox/Lists.py @@ -0,0 +1,15 @@ +# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Lists.h' + +lDoVAutoscroll = 2 +lDoHAutoscroll = 1 +lOnlyOne = -128 +lExtendDrag = 64 +lNoDisjoint = 32 +lNoExtend = 16 +lNoRect = 8 +lUseSense = 4 +lNoNilHilite = 2 +lInitMsg = 0 +lDrawMsg = 1 +lHiliteMsg = 2 +lCloseMsg = 3 |