home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Mac / Tools / BBPy / source / BBPy.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-19  |  564 b   |  18 lines  |  [TEXT/CWIE]

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