home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-26 | 909 b | 22 lines | [TEXT/MMCC] |
- //------------------------------------------------------------------------------
- // File: apple event.h
- // Date: 7/19/94
- // Author: Bretton Wade
- //
- // Description: this file contains declarations related to Apple Event
- // processing
- //
- //------------------------------------------------------------------------------
-
- #ifndef APPLE_EVENT
- #define APPLE_EVENT
-
- //------------------------------------------------------------------------------
- // functions
- //------------------------------------------------------------------------------
- void InstallAppleEvents (void); // install my apple event handlers
- void SendToMyself (AEEventClass, AEEventID); // create an apple event and send it to myself // create and send a quit message to myself
-
- //------------------------------------------------------------------------------
-
- #endif //APPLE_EVENT