home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Tool Chest / Dev.CD Feb 97 TC.toast / Sample Code / Interapplication Communication / MenuScripter 4.0 / Sources / MSMain.h < prev    next >
Encoding:
Text File  |  1996-07-09  |  661 b   |  22 lines  |  [TEXT/CWIE]

  1. // MSMain.h
  2. //
  3. // Original version by Jon Lansdell and Nigel Humphreys.
  4. // 4.0 and 3.1 updates by Greg Sutton.
  5. // Human Interface changes and GX Printing by Don Swatman
  6. // ©Apple Computer Inc 1996, all rights reserved.
  7.  
  8. #pragma once
  9.  
  10. #include <Types.h>
  11. #include <StandardFile.h>
  12.  
  13. void            MaintainMenus ( Boolean *pRedrawMenuBar );
  14. void             MaintainEditItems ( TEHandle           theTE,     
  15.                                     short              numTypes,
  16.                                     ConstSFTypeListPtr typeList );
  17. void            CheckMenus( void );
  18. void            DoCommand( long mResult );
  19. void            DoMenuItem( short theMenuID, short theItem );
  20.  
  21. OSErr             GXPrintingEventOverride( EventRecord *anEvent, Boolean filterEvent );
  22.