diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1997-12-18 17:50:29 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-12-18 17:50:29 (GMT) |
| commit | 0e680b7608cf6a2e1be70569b4da2cf5a7204c2d (patch) | |
| tree | e9fa59b12401e0b836f059c9666db6e429f0b12d /Mac/Lib/lib-toolbox/Menus.py | |
| parent | 3802039cffa557c2f127ee874f77235e3786bf31 (diff) | |
| download | cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.zip cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.tar.gz cpython-0e680b7608cf6a2e1be70569b4da2cf5a7204c2d.tar.bz2 | |
Moved toolbox to lib-toolbox, Sjoerd-style.
Diffstat (limited to 'Mac/Lib/lib-toolbox/Menus.py')
| -rw-r--r-- | Mac/Lib/lib-toolbox/Menus.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Mac/Lib/lib-toolbox/Menus.py b/Mac/Lib/lib-toolbox/Menus.py new file mode 100644 index 0000000..e33f81b --- /dev/null +++ b/Mac/Lib/lib-toolbox/Menus.py @@ -0,0 +1,14 @@ +# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Menus.h' + +noMark = 0 +mDrawMsg = 0 +mChooseMsg = 1 +mSizeMsg = 2 +mDrawItemMsg = 4 +mCalcItemMsg = 5 +textMenuProc = 0 +hMenuCmd = 27 +hierMenu = -1 +mPopUpMsg = 3 +mctAllItems = -98 +mctLastIDIndic = -99 |
