mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Regenerated from new (3.1) universal headers
This commit is contained in:
parent
36659fef2a
commit
4e126636a2
11 changed files with 496 additions and 64 deletions
|
@ -11,14 +11,30 @@ kMenuColorIconType = 4
|
|||
kMenuIconSuiteType = 5
|
||||
kMenuIconRefType = 6
|
||||
noMark = 0
|
||||
kMenuDrawMsg = 0
|
||||
kMenuChooseMsg = 1
|
||||
kMenuSizeMsg = 2
|
||||
kMenuDrawItemMsg = 4
|
||||
kMenuCalcItemMsg = 5
|
||||
kMenuThemeSavvyMsg = 7
|
||||
mDrawMsg = 0
|
||||
mChooseMsg = 1
|
||||
mSizeMsg = 2
|
||||
mDrawItemMsg = 4
|
||||
mCalcItemMsg = 5
|
||||
kThemeSavvyMenuResponse = 0x7473
|
||||
textMenuProc = 0
|
||||
hMenuCmd = 27
|
||||
hierMenu = -1
|
||||
mPopUpMsg = 3
|
||||
mctAllItems = -98
|
||||
mctLastIDIndic = -99
|
||||
gestaltContextualMenuAttr = FOUR_CHAR_CODE('cmnu')
|
||||
gestaltContextualMenuUnusedBit = 0
|
||||
gestaltContextualMenuTrapAvailable = 1
|
||||
kCMHelpItemNoHelp = 0
|
||||
kCMHelpItemAppleGuide = 1
|
||||
kCMHelpItemOtherHelp = 2
|
||||
kCMNothingSelected = 0
|
||||
kCMMenuItemSelected = 1
|
||||
kCMShowHelpSelected = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue