home *** CD-ROM | disk | FTP | other *** search
- /*
- MSScript.h
-
- Version 1.0d4
-
- Copyright © Apple Computer UK Ltd. 1992
-
- All rights reserved.
-
- Produced by : UK Developer Technical Support
- AppleLink : UK.DTS
- */
-
- #ifndef __MSSCRIPT__
- #define __MSSCRIPT__
-
- #include <Types.h>
-
- #include "MSGlobals.h"
-
- pascal OSErr InitEditorScripting(void);
-
- pascal OSErr CloseEditorScripting(void);
-
- pascal OSErr CompileDocument(DPtr theDoc);
-
- pascal OSErr ExecuteDocument(DPtr theDoc);
-
- pascal OSErr ScriptForMenuExists(short theMenu, short theItem, Boolean *exists);
-
- pascal OSErr ExecuteScriptForMenu(short theMenu, short theItem);
-
- pascal OSErr EditMenuScript(short theMenu, short theItem);
-
- pascal short GetScriptActiveItem(void);
-
- #endif