equal
deleted
inserted
replaced
|
1 # Generated from 'Lists.h' |
|
2 |
|
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 lDrawingModeOffBit = 3 |
|
9 lDoVAutoscrollBit = 1 |
|
10 lDoHAutoscrollBit = 0 |
|
11 lDrawingModeOff = 8 |
|
12 lDoVAutoscroll = 2 |
|
13 lDoHAutoscroll = 1 |
|
14 lOnlyOneBit = 7 |
|
15 lExtendDragBit = 6 |
|
16 lNoDisjointBit = 5 |
|
17 lNoExtendBit = 4 |
|
18 lNoRectBit = 3 |
|
19 lUseSenseBit = 2 |
|
20 lNoNilHiliteBit = 1 |
|
21 lOnlyOne = -128 |
|
22 lExtendDrag = 64 |
|
23 lNoDisjoint = 32 |
|
24 lNoExtend = 16 |
|
25 lNoRect = 8 |
|
26 lUseSense = 4 |
|
27 lNoNilHilite = 2 |
|
28 lInitMsg = 0 |
|
29 lDrawMsg = 1 |
|
30 lHiliteMsg = 2 |
|
31 lCloseMsg = 3 |
|
32 kListDefProcPtr = 0 |
|
33 kListDefUserProcType = kListDefProcPtr |
|
34 kListDefStandardTextType = 1 |
|
35 kListDefStandardIconType = 2 |