diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/mac/libminiae.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/mac/libminiae.tex')
-rw-r--r-- | Doc/mac/libminiae.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/mac/libminiae.tex b/Doc/mac/libminiae.tex index 346f412..4ea2a41 100644 --- a/Doc/mac/libminiae.tex +++ b/Doc/mac/libminiae.tex @@ -1,7 +1,8 @@ \section{\module{MiniAEFrame} --- - Support to act as an Open Scripting Architecture server.} -\declaremodule{standard}{MiniAEFrame} + Open Scripting Architecture server support} +\declaremodule{standard}{MiniAEFrame} + \platform{Mac} \modulesynopsis{Support to act as an Open Scripting Architecture (OSA) server (``Apple Events'').} @@ -11,7 +12,7 @@ that can function as an Open Scripting Architecture \index{Open Scripting Architecture} (OSA) server, i.e. receive and process AppleEvents\index{AppleEvents}. It can be used in conjunction with -\module{FrameWork}\refstmodindex{FrameWork} or standalone. +\refmodule{FrameWork}\refstmodindex{FrameWork} or standalone. This module is temporary, it will eventually be replaced by a module that handles argument names better and possibly automates making your @@ -38,8 +39,7 @@ provide its own windows, etc. \end{classdesc} -\subsection{AEServer Objects} -\label{aeserver-objects} +\subsection{AEServer Objects \label{aeserver-objects}} \begin{methoddesc}[AEServer]{installaehandler}{classe, type, callback} Installs an AppleEvent handler. \var{classe} and \var{type} are the |