2 A simple menu command to send the contents of a window to the Python interpreter
4 copyright © 1996 Just van Rossum, Letterror: just@knoware.nl
9 #include <MacHeaders68K>
11 #include <SetUpA4.h> // for global variables, multiple segments, etc.
12 #include "ExternalInterface.h"
15 extern OSErr
SendTextAsAE(ExternalCallbackBlock
*callbacks
, Ptr theText
, long theSize
, Str255 windowTitle
);
16 extern OSErr
LaunchPythonSlave(FSSpec
* docSpec
);
17 extern Boolean
GetPythonSlaveSpec(FSSpec
* docSpec
);