diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-21 15:21:52 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-21 15:21:52 (GMT) |
| commit | 4e126636a2dcc1014b3928ccd8ded204e8631924 (patch) | |
| tree | 90f24f2e3be918382a59caa6a4b2ba2e0d317c8d /Mac/Lib/lib-toolbox/Menus.py | |
| parent | 36659fef2aa57dd70668c44c8d9051e32e0af45a (diff) | |
| download | cpython-4e126636a2dcc1014b3928ccd8ded204e8631924.zip cpython-4e126636a2dcc1014b3928ccd8ded204e8631924.tar.gz cpython-4e126636a2dcc1014b3928ccd8ded204e8631924.tar.bz2 | |
Regenerated from new (3.1) universal headers
Diffstat (limited to 'Mac/Lib/lib-toolbox/Menus.py')
| -rw-r--r-- | Mac/Lib/lib-toolbox/Menus.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Mac/Lib/lib-toolbox/Menus.py b/Mac/Lib/lib-toolbox/Menus.py index 5660240..5fda216 100644 --- a/Mac/Lib/lib-toolbox/Menus.py +++ b/Mac/Lib/lib-toolbox/Menus.py @@ -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 |
