diff options
Diffstat (limited to 'Doc/mac/libmacui.tex')
-rw-r--r-- | Doc/mac/libmacui.tex | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Doc/mac/libmacui.tex b/Doc/mac/libmacui.tex index e6d0362..5872b5a 100644 --- a/Doc/mac/libmacui.tex +++ b/Doc/mac/libmacui.tex @@ -1,15 +1,17 @@ \section{\module{EasyDialogs} --- - Basic Macintosh dialogs.} -\declaremodule{standard}{EasyDialogs} + Basic Macintosh dialogs} +\declaremodule{standard}{EasyDialogs} + \platform{Mac} \modulesynopsis{Basic Macintosh dialogs.} The \module{EasyDialogs} module contains some simple dialogs for -the Macintosh, modelled after the \module{stdwin} dialogs with similar -names. All routines have an optional parameter \var{id} with which you -can override the DLOG resource used for the dialog, as long as the -item numbers correspond. See the source for details. +the Macintosh, modelled after the +\module{stdwin}\refbimodindex{stdwin} dialogs with similar names. All +routines have an optional parameter \var{id} with which you can +override the DLOG resource used for the dialog, as long as the item +numbers correspond. See the source for details. The \module{EasyDialogs} module defines the following functions: |