mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Universal header changes: some new bits defined.
This commit is contained in:
parent
754d4a4fa0
commit
cdaa3d95b8
2 changed files with 11 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Lists.h'
|
# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Lists.h'
|
||||||
|
|
||||||
lDoVAutoscroll = 2
|
lDoVAutoscroll = 2
|
||||||
lDoHAutoscroll = 1
|
lDoHAutoscroll = 1
|
||||||
|
@ -9,6 +9,15 @@ lNoExtend = 16
|
||||||
lNoRect = 8
|
lNoRect = 8
|
||||||
lUseSense = 4
|
lUseSense = 4
|
||||||
lNoNilHilite = 2
|
lNoNilHilite = 2
|
||||||
|
lDoVAutoscrollBit = 1
|
||||||
|
lDoHAutoscrollBit = 0
|
||||||
|
lOnlyOneBit = 7
|
||||||
|
lExtendDragBit = 6
|
||||||
|
lNoDisjointBit = 5
|
||||||
|
lNoExtendBit = 4
|
||||||
|
lNoRectBit = 3
|
||||||
|
lUseSenseBit = 2
|
||||||
|
lNoNilHiliteBit = 1
|
||||||
lInitMsg = 0
|
lInitMsg = 0
|
||||||
lDrawMsg = 1
|
lDrawMsg = 1
|
||||||
lHiliteMsg = 2
|
lHiliteMsg = 2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Lists.h'
|
# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Lists.h'
|
||||||
|
|
||||||
f = Function(ListRef, 'LNew',
|
f = Function(ListRef, 'LNew',
|
||||||
(Rect_ptr, 'rView', InMode),
|
(Rect_ptr, 'rView', InMode),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue