mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
||||
lDoHAutoscroll = 1
|
||||
|
@ -9,6 +9,15 @@ lNoExtend = 16
|
|||
lNoRect = 8
|
||||
lUseSense = 4
|
||||
lNoNilHilite = 2
|
||||
lDoVAutoscrollBit = 1
|
||||
lDoHAutoscrollBit = 0
|
||||
lOnlyOneBit = 7
|
||||
lExtendDragBit = 6
|
||||
lNoDisjointBit = 5
|
||||
lNoExtendBit = 4
|
||||
lNoRectBit = 3
|
||||
lUseSenseBit = 2
|
||||
lNoNilHiliteBit = 1
|
||||
lInitMsg = 0
|
||||
lDrawMsg = 1
|
||||
lHiliteMsg = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue