home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacPerl 5.1.3 / Mac_Perl_513_src / MacPerl5 / MPHelp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-11  |  712 b   |  35 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Real Perl Application
  3. File        :    MPHelp.h            -    Various helpful functions
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C
  6.  
  7. $Log: MPHelp.h,v $
  8. Revision 1.1  1994/02/27  23:03:39  neeri
  9. Initial revision
  10.  
  11. Revision 0.1  1993/09/16  00:00:00  neeri
  12. Runtime doesn't support Ballons
  13.  
  14. *********************************************************************/
  15.  
  16. #ifndef __MPHELP__
  17. #define __MPHELP__
  18.  
  19. #include <Memory.h>
  20. #include <QuickDraw.h>
  21. #include <Types.h>
  22.  
  23. #include "MPGlobals.h"
  24.  
  25. void InitHelp();
  26.  
  27. void Explain(DPtr doc);
  28.  
  29. void LaunchHelpURL(char * urlPtr, int urlLen);
  30.  
  31. void DoHelp(short menu, short item);
  32.  
  33. void EndHelp();
  34.  
  35. #endif