mirror of
https://github.com/python/cpython.git
synced 2025-09-16 21:56:14 +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,9 +1,6 @@
|
|||
# Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Dialogs.h'
|
||||
# Generated from 'Macintosh HD:SWDev:Metrowerks Codewarrior 6.0:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Dialogs.h'
|
||||
|
||||
def FOUR_CHAR_CODE(x): return x
|
||||
gestaltDialogMgrAttr = FOUR_CHAR_CODE('dlog')
|
||||
gestaltDialogMgrPresent = (1L << 0)
|
||||
dialogNoTimeoutErr = -5640
|
||||
kControlDialogItem = 4
|
||||
kButtonDialogItem = kControlDialogItem | 0
|
||||
kCheckBoxDialogItem = kControlDialogItem | 1
|
||||
|
@ -14,6 +11,7 @@ kEditTextDialogItem = 16
|
|||
kIconDialogItem = 32
|
||||
kPictureDialogItem = 64
|
||||
kUserDialogItem = 0
|
||||
kHelpDialogItem = 1
|
||||
kItemDisableBit = 128
|
||||
ctrlItem = 4
|
||||
btnCtrl = 0
|
||||
|
@ -47,7 +45,7 @@ kAlertCautionAlert = 2
|
|||
kAlertPlainAlert = 3
|
||||
kAlertDefaultOKText = -1
|
||||
kAlertDefaultCancelText = -1
|
||||
kAlertDefaultOtherText = -1
|
||||
kAlertDefaultOtherText = -1
|
||||
kAlertStdAlertOKButton = 1
|
||||
kAlertStdAlertCancelButton = 2
|
||||
kAlertStdAlertOtherButton = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue