Added prototype for PyMac_RestoreMenuBar

This commit is contained in:
Jack Jansen 1997-06-12 10:51:39 +00:00
parent 3368cb7763
commit 0130f0fb8f
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
void PyMac_HandleEvent Py_PROTO((EventRecord *, int)); /* Handle one event, if possible */
void PyMac_InitMenuBar(void); /* Setup menu bar as we want it */
void PyMac_RestoreMenuBar(void); /* Restore menu bar for ease of exiting */
int PyMac_FindResourceModule(char *, char *); /* Test for 'PYC ' resource in a file */
PyObject * PyMac_LoadResourceModule(char *, char *); /* Load 'PYC ' resource from file */