%---------------- Functions ------------

\chapter{Aboutmui.mui/Aboutmui.mui}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf FUNCTION]
This class can be used to display a MUI about window
in MUI applications. Add a "'Project/About MUI..."' menu
item and make it do something like this:

if (!aboutwin)
\{
        aboutwin = AboutmuiObject,
                MUIA\_Window\_RefWindow, obj,
                MUIA\_Aboutmui\_Application, MyAppObject,
                End;
\}

if (aboutwin)
        set(aboutwin,MUIA\_Window\_Open,TRUE);
else
        DisplayBeep(0);

You don't have to care about the window any longer, it
will take care about closing itself and will get disposed
when the application is removed.
\end{deflist}


\subsection{Aboutmui.mui/MUIA\_Aboutmui\_Application}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Aboutmui\_Application]  -- (V11) [I..], Object *
\end{description}

\item[\bf FUNCTION]
Inform the Aboutmui object of the application. If you don't
specifiy this, Aboutmui will just create a normal window
object and will leave the responsibility about closing itself
to the programmer.
\end{deflist}

%---------------- End of File ----------
