Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdaa3d9

Browse files
committed
Universal header changes: some new bits defined.
1 parent 754d4a4 commit cdaa3d9

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Mac/Lib/toolbox/Lists.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Lists.h'
1+
# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Lists.h'
22

33
lDoVAutoscroll = 2
44
lDoHAutoscroll = 1
@@ -9,6 +9,15 @@
99
lNoRect = 8
1010
lUseSense = 4
1111
lNoNilHilite = 2
12+
lDoVAutoscrollBit = 1
13+
lDoHAutoscrollBit = 0
14+
lOnlyOneBit = 7
15+
lExtendDragBit = 6
16+
lNoDisjointBit = 5
17+
lNoExtendBit = 4
18+
lNoRectBit = 3
19+
lUseSenseBit = 2
20+
lNoNilHiliteBit = 1
1221
lInitMsg = 0
1322
lDrawMsg = 1
1423
lHiliteMsg = 2

Mac/Modules/list/listgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Lists.h'
1+
# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Lists.h'
22

33
f = Function(ListRef, 'LNew',
44
(Rect_ptr, 'rView', InMode),

0 commit comments

Comments
 (0)