diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-08-18 14:54:11 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-08-18 14:54:11 (GMT) |
commit | 7cc5735ef26a60df9d1bc3554c1912f951a90308 (patch) | |
tree | 5c391a5a9b8e4f6d1932205d9d8ff1283542caef /Mac/Contrib/BBPy/source/BBPy.h | |
parent | 1d6a6ea1a819a645a3a8841205b10cf33eb04493 (diff) | |
download | cpython-7cc5735ef26a60df9d1bc3554c1912f951a90308.zip cpython-7cc5735ef26a60df9d1bc3554c1912f951a90308.tar.gz cpython-7cc5735ef26a60df9d1bc3554c1912f951a90308.tar.bz2 |
Initial revision
Diffstat (limited to 'Mac/Contrib/BBPy/source/BBPy.h')
-rw-r--r-- | Mac/Contrib/BBPy/source/BBPy.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Mac/Contrib/BBPy/source/BBPy.h b/Mac/Contrib/BBPy/source/BBPy.h new file mode 100644 index 0000000..22974ea --- /dev/null +++ b/Mac/Contrib/BBPy/source/BBPy.h @@ -0,0 +1,17 @@ +/* BBPython + A simple menu command to send the contents of a window to the Python interpreter + + copyright © 1996 Just van Rossum, Letterror: just@knoware.nl + + All Rights Reserved +*/ + +#include <MacHeaders68K> +#include <A4Stuff.h> +#include <SetUpA4.h> // for global variables, multiple segments, etc. +#include "ExternalInterface.h" +#include <Memory.h> + +extern OSErr SendTextAsAE(ExternalCallbackBlock *callbacks, Ptr theText, long theSize, Str255 windowTitle); +extern OSErr LaunchPythonSlave(FSSpec * docSpec); +extern Boolean GetPythonSlaveSpec(FSSpec * docSpec); |