diff options
Diffstat (limited to 'Mac/Lib/toolbox/Lists.py')
-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 |