From 32486f5662b55fdbe065952c9d66da43eca2ed8c Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 14 Aug 1995 12:36:37 +0000 Subject: Added PyMac_PromptGetFile, removed stuff gone to other sources. --- Mac/Include/macglue.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h index 13468fb..3a51101 100644 --- a/Mac/Include/macglue.h +++ b/Mac/Include/macglue.h @@ -29,6 +29,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include #include +#include #ifdef GENERATINGCFM /* Defined to 0 or 1 in Universal headers */ #define HAVE_UNIVERSAL_HEADERS @@ -54,12 +55,12 @@ void PyMac_HandleEvent Py_PROTO((EventRecord *)); /* Handle one event, if possib int PyMac_Idle(void); /* Idle routine */ -char *PyMac_GetPythonDir(); /* Return the name of the python dir */ - int PyMac_FindResourceModule(char *, char *); /* Test for 'PYC ' resource in a file */ PyObject * PyMac_LoadResourceModule(char *, char *); /* Load 'PYC ' resource from file */ -int PyMac_GetDirectory(FSSpec *dirfss); /* Ask user for a directory */ +int PyMac_GetDirectory(FSSpec *dirfss, char *prompt); /* Ask user for a directory */ +void PyMac_PromptGetFile(short numTypes, ConstSFTypeListPtr typeList, + StandardFileReply *reply, char *prompt); /* Ask user for file, with prompt */ int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */ PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */ -- cgit v0.12