diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-06 13:08:40 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-06 13:08:40 (GMT) |
| commit | b81cf9d61c71f9b5949b9424cec1f59ac4a426e8 (patch) | |
| tree | 2b8fdc1f0dfd48b31a650f5a41864a8dc0b5ea7e /Mac/Lib/toolbox/Menus.py | |
| parent | ae8a68f40cd56aa952520260970ebd5b9d3fb95c (diff) | |
| download | cpython-b81cf9d61c71f9b5949b9424cec1f59ac4a426e8.zip cpython-b81cf9d61c71f9b5949b9424cec1f59ac4a426e8.tar.gz cpython-b81cf9d61c71f9b5949b9424cec1f59ac4a426e8.tar.bz2 | |
Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions
Diffstat (limited to 'Mac/Lib/toolbox/Menus.py')
| -rw-r--r-- | Mac/Lib/toolbox/Menus.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/toolbox/Menus.py b/Mac/Lib/toolbox/Menus.py index 59dc89a..3729810 100644 --- a/Mac/Lib/toolbox/Menus.py +++ b/Mac/Lib/toolbox/Menus.py @@ -1,5 +1,6 @@ -# Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Menus.h' +# Generated from 'Moes:CW5 GOLD \304:Metrowerks C/C++ \304:Headers \304:Universal Headers 2.0a3 \304:Menus.h' +noMark = 0 mDrawMsg = 0 mChooseMsg = 1 mSizeMsg = 2 @@ -11,4 +12,3 @@ hierMenu = -1 mPopUpMsg = 3 mctAllItems = -98 mctLastIDIndic = -99 - |
