home *** CD-ROM | disk | FTP | other *** search
- #ifndef __AEWFMT__
- #define __AEWFMT__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __APPLEEVENTS__
- #include <AppleEvents.h>
- #endif
-
-
-
- void InitWFMTAppleEvents(void);
- /*
- ** ¶ Install AppsToGo custom AppleEvents for editing running applications.
- **
- ** Install our custom AppleEvents for editing running applications. This is done in
- ** addition to installing the required AppleEvents. InitAppleEvents, which installs
- ** the required AppleEvents, must be called first, since it sets up some global
- ** values. */
-
-
-
- OSErr SendWFMTMessage(FileRecHndl frHndl, TreeObjHndl wobj, short messageType,
- ResType rtype, short resID, Handle *resHndl, StringPtr suffix);
- /*
- ** ¶ Send a message to running application for application-editing functions.
- **
- ** INPUT: frHndl
- ** wobj
- ** messageType
- ** rtype
- ** resID
- ** suffix
- ** OUTPUT: resHndl
- **
- ** Send a message to the running application for various application-editing
- ** functions. This is used by the AppsToGo application editor for editing running
- ** applications. You shouldn’t need to call it unless you are writing a run-time
- ** application editor. */
-
-
-
- #endif
-