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

\chapter{Register.mui/Register.mui}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf FUNCTION]
Register class is a special class for handling multi page
groups. Using this class, you only have to supply an array
of strings, describing the children's titles. How these
titles are visualized, either with a cycle gadget of with
a register-like group, is the choice of the user.

\end{deflist}


\subsection{Register.mui/MUIA\_Register\_Frame}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Register\_Frame]  -- (V7 ) [I.G], BOOL
\end{description}

\item[\bf FUNCTION]
Specify TRUE if your want your group to be framed. If the
user specified cycle gadget looking, you will get a group
frame, otherwise you won't get any frame at all since
register groups are framed anyway.

\item[\bf SEE ALSO]
MUIA\_Register\_Titles
\end{deflist}


\subsection{Register.mui/MUIA\_Register\_Titles}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Register\_Titles]  -- (V7 ) [I.G], STRPTR *
\end{description}

\item[\bf FUNCTION]
NULL terminated array of strings describing the titles of
your groups children. This array must contain exactly as
many as entries as your group has children.

\item[\bf EXAMPLE]
\begin{flushleft}
\begin{verbatim}
static const char *titles[] = { "Eyes", "Ears", "Noses", "Feet", NULL };

obj = RegisterGroup(title),
   Child, ...,
   Child, ...,
   Child, ...,
   Child, ...,
   End;
\end{verbatim}
\end{flushleft}
\end{deflist}


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