diff options
author | Guido van Rossum <guido@python.org> | 1995-02-28 09:11:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-28 09:11:41 (GMT) |
commit | e26c263e71f9f46d3a6fc7b5c69b6a8e81c1997c (patch) | |
tree | ac33a9721b92f5057503429885aefeb3a53ca48e /Mac/Lib/toolbox | |
parent | a12ef9433bafc0507f1b37e19982a0af5eefc8dd (diff) | |
download | cpython-e26c263e71f9f46d3a6fc7b5c69b6a8e81c1997c.zip cpython-e26c263e71f9f46d3a6fc7b5c69b6a8e81c1997c.tar.gz cpython-e26c263e71f9f46d3a6fc7b5c69b6a8e81c1997c.tar.bz2 |
more stuff
Diffstat (limited to 'Mac/Lib/toolbox')
-rw-r--r-- | Mac/Lib/toolbox/Menus.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mac/Lib/toolbox/Menus.py b/Mac/Lib/toolbox/Menus.py index 11b9a48..59dc89a 100644 --- a/Mac/Lib/toolbox/Menus.py +++ b/Mac/Lib/toolbox/Menus.py @@ -1,4 +1,5 @@ # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Menus.h' + mDrawMsg = 0 mChooseMsg = 1 mSizeMsg = 2 @@ -9,4 +10,5 @@ hMenuCmd = 27 hierMenu = -1 mPopUpMsg = 3 mctAllItems = -98 -mctLastIDIndic = -99 /*last color table entry has this in ID field*/ +mctLastIDIndic = -99 + |