mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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,43 +1,53 @@
|
|||
# Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Menus.h'
|
||||
# Generated from 'Macintosh HD:SWDev:Metrowerks Codewarrior 6.0:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Menus.h'
|
||||
|
||||
def FOUR_CHAR_CODE(x): return x
|
||||
gestaltMenuMgrAttr = FOUR_CHAR_CODE('menu')
|
||||
gestaltMenuMgrPresent = 1
|
||||
menuPropertyInvalid = -5603
|
||||
menuPropertyNotFoundErr = -5604
|
||||
noMark = 0
|
||||
noMark = 0
|
||||
kMenuDrawMsg = 0
|
||||
kMenuChooseMsg = 1
|
||||
kMenuSizeMsg = 2
|
||||
kMenuDrawItemMsg = 4
|
||||
kMenuPopUpMsg = 3
|
||||
kMenuCalcItemMsg = 5
|
||||
kMenuThemeSavvyMsg = 7
|
||||
mDrawMsg = 0
|
||||
mChooseMsg = 1
|
||||
mSizeMsg = 2
|
||||
mDrawItemMsg = 4
|
||||
mPopUpMsg = 3
|
||||
mCalcItemMsg = 5
|
||||
mChooseMsg = 1
|
||||
mDrawItemMsg = 4
|
||||
kMenuChooseMsg = 1
|
||||
kMenuDrawItemMsg = 4
|
||||
kThemeSavvyMenuResponse = 0x7473
|
||||
kMenuInitMsg = 8
|
||||
kMenuDisposeMsg = 9
|
||||
kMenuFindItemMsg = 10
|
||||
kMenuHiliteItemMsg = 11
|
||||
textMenuProc = 0
|
||||
hMenuCmd = 27
|
||||
hierMenu = -1
|
||||
mPopUpMsg = 3
|
||||
kInsertHierarchicalMenu = -1
|
||||
mctAllItems = -98
|
||||
mctLastIDIndic = -99
|
||||
mctLastIDIndic = -99
|
||||
kMenuStdMenuProc = 63
|
||||
kMenuStdMenuBarProc = 63
|
||||
kMenuNoModifiers = 0
|
||||
kMenuShiftModifier = (1 << 0)
|
||||
kMenuOptionModifier = (1 << 1)
|
||||
kMenuControlModifier = (1 << 2)
|
||||
kMenuNoCommandModifier = (1 << 3)
|
||||
kMenuNoCommandModifier = (1 << 3)
|
||||
kMenuNoIcon = 0
|
||||
kMenuIconType = 1
|
||||
kMenuShrinkIconType = 2
|
||||
kMenuSmallIconType = 3
|
||||
kMenuColorIconType = 4
|
||||
kMenuIconSuiteType = 5
|
||||
kMenuIconRefType = 6
|
||||
kMenuIconRefType = 6
|
||||
kMenuAttrExcludesMarkColumn = (1 << 0)
|
||||
kMenuAttrAutoDisable = (1 << 2)
|
||||
kMenuItemAttrSubmenuParentChoosable = (1 << 2)
|
||||
kMenuTrackingModeMouse = 1
|
||||
kMenuTrackingModeKeyboard = 2
|
||||
kMenuDefProcPtr = 0
|
||||
kMenuPropertyPersistent = 0x00000001
|
||||
kHierarchicalFontMenuOption = 0x00000001
|
||||
gestaltContextualMenuAttr = FOUR_CHAR_CODE('cmnu')
|
||||
gestaltContextualMenuUnusedBit = 0
|
||||
gestaltContextualMenuTrapAvailable = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue