Clarify portability and main program.
[python/dscho.git] / Mac / Lib / lib-toolbox / Lists.py
blobd7bd810e0907f4e1f213e310b78f6eaeff739830
1 # Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Lists.h'
3 def FOUR_CHAR_CODE(x): return x
4 listNotifyNothing = FOUR_CHAR_CODE('nada')
5 listNotifyClick = FOUR_CHAR_CODE('clik')
6 listNotifyDoubleClick = FOUR_CHAR_CODE('dblc')
7 listNotifyPreClick = FOUR_CHAR_CODE('pclk')
8 lDoVAutoscrollBit = 1
9 lDoHAutoscrollBit = 0
10 lDoVAutoscroll = 2
11 lDoHAutoscroll = 1
12 lOnlyOneBit = 7
13 lExtendDragBit = 6
14 lNoDisjointBit = 5
15 lNoExtendBit = 4
16 lNoRectBit = 3
17 lUseSenseBit = 2
18 lNoNilHiliteBit = 1
19 lOnlyOne = -128
20 lExtendDrag = 64
21 lNoDisjoint = 32
22 lNoExtend = 16
23 lNoRect = 8
24 lUseSense = 4
25 lNoNilHilite = 2
26 lInitMsg = 0
27 lDrawMsg = 1
28 lHiliteMsg = 2
29 lCloseMsg = 3