diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-06 00:30:45 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-06 00:30:45 (GMT) |
commit | 3469e997b4cab1927737d45132b416efc17916bb (patch) | |
tree | fd6637a5dc712aba556c446e019159e2c8c70f28 /Mac/Include/pythonresources.h | |
parent | c204c70c1a8a581ea0458657e81a6716404863f5 (diff) | |
download | cpython-3469e997b4cab1927737d45132b416efc17916bb.zip cpython-3469e997b4cab1927737d45132b416efc17916bb.tar.gz cpython-3469e997b4cab1927737d45132b416efc17916bb.tar.bz2 |
Python about box implemented. Slightly convoluted, since (a) we have
to override an internal sioux routine and (b) we have to override the
"about sioux" menuitem after sioux has created its menus.
Diffstat (limited to 'Mac/Include/pythonresources.h')
-rw-r--r-- | Mac/Include/pythonresources.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 93e046b..dd847ff 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -56,6 +56,9 @@ /* Dialog for 'Bad preference file' */ #define BADPREFFILE_ID 135 +/* About box */ +#define ABOUT_ID 136 + /* ** The following are valid both in the binary (or shared library) ** and in the Preferences file. @@ -83,6 +86,9 @@ #define POPT_KEEPNORM 5 #define POPT_KEEPERR 6 +/* Our menu bar */ +#define MENUBAR_ID 128 + /* From macgetpath.c: */ void PyMac_PreferenceOptions Py_PROTO((int *inspect, int *verbose, int *suppress_print, int *unbuffered, int *debugging, int *keep_normal, |