Standard module EasyDialogs

EasyDialogs The EasyDialogs module contains some simple dialogs for the Macintosh, modelled after the stdwin dialogs with similar names. The EasyDialogs module defines the following functions:
\begin{funcdesc}{Message}{str}
A modal dialog with the message text \var{str}, w...
...g, is displayed. Control is returned when the
user clicks \lq\lq OK''.
\end{funcdesc}

\begin{funcdesc}{AskString}{prompt\optional{\, default}}
Ask the user to input a...
...rns the string entered or \code{None} in
case the user cancelled.
\end{funcdesc}

\begin{funcdesc}{AskYesNoCancel}{question\optional{\, default}}
Present a dialog...
...0}. This can be changed with the optional
\var{default} argument.
\end{funcdesc}
Note that EasyDialogs does not currently use the notification manager. This means that displaying dialogs while the program is in the background will need to unexpected results and possibly crashes.