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

\chapter{Gauge.mui/Gauge.mui}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf FUNCTION]
A gauge object is a nice looking display element useful
for some kind of progress display.
\end{deflist}


\subsection{Gauge.mui/MUIA\_Gauge\_Current}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Gauge\_Current]  -- (V4 ) [ISG], LONG
\end{description}

\item[\bf FUNCTION]
Set the current level of the gauge. The value must be
between 0 and MUIA\_Gauge\_Max.

\item[\bf SEE ALSO]
MUIA\_Gauge\_Max
\end{deflist}


\subsection{Gauge.mui/MUIA\_Gauge\_Divide}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Gauge\_Divide]  -- (V4 ) [ISG], BOOL
\end{description}

\item[\bf FUNCTION]
If this attribute is != 0, every value set with
MUIA\_Gauge\_Current will be divided by this before
further processing.

\item[\bf EXAMPLE]
\begin{flushleft}
\begin{verbatim}
See BoopsiDoor demo program.
\end{verbatim}
\end{flushleft}
\item[\bf SEE ALSO]
MUIA\_Gauge\_Current
\end{deflist}


\subsection{Gauge.mui/MUIA\_Gauge\_Horiz}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Gauge\_Horiz]  -- (V4 ) [I..], BOOL
\end{description}

\item[\bf FUNCTION]
Determine if you want a horizontal or vertical gauge.
Default to FALSE

\item[\bf SEE ALSO]
MUIA\_Gauge\_Current
\end{deflist}


\subsection{Gauge.mui/MUIA\_Gauge\_InfoText}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Gauge\_InfoText]  -- (V7 ) [ISG], STRPTR
\end{description}

\item[\bf FUNCTION]
The text given here is displayed within a gauge object
and is usually intended to show some kind of percentage
information.

This texts preparse is set to "'$\backslash$33c$\backslash$0338"', this makes
it appear centered and highlighted by default.

Any \%ld will be replaced with the current value of
MUIA\_Gauge\_Current.

Note: Currently, InfoText works only for horizontal
gauges. If you intend to use and change info text,
you should specify an empty MUIA\_Gauge\_InfoText ("'"')
at object creation time. This makes your object get
a fixed height that fits the height of the info text.

\item[\bf VERSION]
\begin{flushleft}
\begin{verbatim}
Implemented in version 7 of gauge class (MUI 1.5).
\end{verbatim}
\end{flushleft}
\item[\bf EXAMPLE]
\begin{flushleft}
\begin{verbatim}
...
MUIA_Gauge_InfoText, "%ld %%",
...
\end{verbatim}
\end{flushleft}
\item[\bf SEE ALSO]
MUIA\_Gauge\_Current
\end{deflist}


\subsection{Gauge.mui/MUIA\_Gauge\_Max}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Gauge\_Max]  -- (V4 ) [ISG], LONG
\end{description}

\item[\bf FUNCTION]
Set the maximum value for the gauge.
Defaults to 100.

Currently, MUIA\_Gauge\_Max and MUIA\_Gauge\_Current
is limited to 16 bit.

\item[\bf SEE ALSO]
MUIA\_Gauge\_Current
\end{deflist}


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