mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Regenerated from Universal Headers 3.3.2
This commit is contained in:
parent
177fa8c25e
commit
6fe608c840
18 changed files with 969 additions and 527 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Lists.h'
|
||||
# Generated from 'Macintosh HD:SWDev:Metrowerks Codewarrior 6.0:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Lists.h'
|
||||
|
||||
def FOUR_CHAR_CODE(x): return x
|
||||
listNotifyNothing = FOUR_CHAR_CODE('nada')
|
||||
listNotifyClick = FOUR_CHAR_CODE('clik')
|
||||
listNotifyDoubleClick = FOUR_CHAR_CODE('dblc')
|
||||
listNotifyPreClick = FOUR_CHAR_CODE('pclk')
|
||||
listNotifyPreClick = FOUR_CHAR_CODE('pclk')
|
||||
lDoVAutoscrollBit = 1
|
||||
lDoHAutoscrollBit = 0
|
||||
lDoVAutoscroll = 2
|
||||
|
|
@ -27,3 +27,6 @@ lInitMsg = 0
|
|||
lDrawMsg = 1
|
||||
lHiliteMsg = 2
|
||||
lCloseMsg = 3
|
||||
kListDefUserProcType = 0
|
||||
kListDefStandardTextType = 1
|
||||
kListDefStandardIconType = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue