summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macglue.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-09-06 00:30:45 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-09-06 00:30:45 (GMT)
commit3469e997b4cab1927737d45132b416efc17916bb (patch)
treefd6637a5dc712aba556c446e019159e2c8c70f28 /Mac/Include/macglue.h
parentc204c70c1a8a581ea0458657e81a6716404863f5 (diff)
downloadcpython-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/macglue.h')
-rw-r--r--Mac/Include/macglue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index 929e9ca..035b51f 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -63,6 +63,8 @@ PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */
PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
void PyMac_HandleEvent Py_PROTO((EventRecord *)); /* Handle one event, if possible */
+void PyMac_InitMenuBar(void); /* Setup menu bar as we want it */
+
int PyMac_FindResourceModule(char *, char *); /* Test for 'PYC ' resource in a file */
PyObject * PyMac_LoadResourceModule(char *, char *); /* Load 'PYC ' resource from file */