summaryrefslogtreecommitdiffstats
path: root/Mac/Include/pymactoolbox.h
Commit message (Collapse)AuthorAgeFilesLines
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-081-123/+0
| | | | | | | | | | | | with functionality needed for both unix-Python and MacPython and a new smaller ./Mac/Python/macglue.c which contains MacPython stuff only. pymactoolbox.h has moved to ./Include from ./Mac/Include and now also contains the relevant stuff from macglue.h. The net effect of this is that the ./Mac subdirectory is not needed anymore for building the unix-Python core on MacOSX (it is needed for building the extension modules).
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-031-0/+3
|
* Include Carbon/Carbon.h if appropriate.Jack Jansen2001-05-221-5/+5
| | | | Fixed glue initialization code so prototype is correct.
* include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-191-0/+5
|
* Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and ↵Jack Jansen2001-05-171-6/+23
| | | | Py_BuildTuple helpers) from one dynamically imported module to another.
* Added prototype for DlgObj_WhichDialog()Jack Jansen2001-02-091-0/+1
|
* Qdoffs now exports the GWorldObj_{New,Convert} functions.Jack Jansen2000-12-121-0/+4
|
* Added prototype for DlgObj_ConvertToWindow().Jack Jansen2000-08-251-0/+1
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-0/+92
functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.