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

\chapter{Virtgroup.mui/Virtgroup.mui}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf FUNCTION]
Virtgroup class generates special kinds of group objects whose
children can be a lot larger than the actual group. The group
acts as a (small) window through which a rectangle area of its
contents is visible.

During layout, MUI tries to place the children of a virtual
group in the visible part. If this is impossible, space is
extended as long as all children fit.

Virtual groups themselves don't offer any scrollbars to allow
user interaction. These things are handled by scrollgroup class.
Usually, you don't want to use a virtual group without a
scrollgroup.
\end{deflist}


\subsection{Virtgroup.mui/MUIA\_Virtgroup\_Height}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Virtgroup\_Height]  -- (V6 ) [..G], LONG
\end{description}

\item[\bf FUNCTION]
Read the virtual height of a virtual group.
This attribute is quite senseless, better use
a scrollgroup object to control the virtual group.

\item[\bf SEE ALSO]
MUIA\_Virtgroup\_Width, MUIA\_Virtgroup\_Left, MUIA\_Virtgroup\_Top
\end{deflist}


\subsection{Virtgroup.mui/MUIA\_Virtgroup\_Input}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Virtgroup\_Input]  -- (V11) [I..], BOOL
\end{description}

\item[\bf FUNCTION]
Specify if a virtual group should be moveable by clicking
into it and dragging the mouse. Defaults to TRUE.
\end{deflist}


\subsection{Virtgroup.mui/MUIA\_Virtgroup\_Left}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Virtgroup\_Left]  -- (V6 ) [ISG], LONG
\end{description}

\item[\bf FUNCTION]
Get/set the virtual left edge of a virtual group.
The left edge will automatically be clipped to
be between 0 and (VirtualWidth-DisplayWidth).

This attribute is quite senseless, better use
a scrollgroup object to control the virtual group.

\item[\bf SEE ALSO]
MUIA\_Virtgroup\_Width, MUIA\_Virtgroup\_Height, MUIA\_Virtgroup\_Top
\end{deflist}


\subsection{Virtgroup.mui/MUIA\_Virtgroup\_Top}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Virtgroup\_Top]  -- (V6 ) [ISG], LONG
\end{description}

\item[\bf FUNCTION]
Get/set the virtual top edge of a virtual group.
The top edge will automatically be clipped to
be between 0 and (VirtualTop-DisplayTop).

This attribute is quite senseless, better use
a scrollgroup object to control the virtual group.

\item[\bf SEE ALSO]
MUIA\_Virtgroup\_Width, MUIA\_Virtgroup\_Height, MUIA\_Virtgroup\_Left

\end{deflist}


\subsection{Virtgroup.mui/MUIA\_Virtgroup\_Width}
\rule{\textwidth}{1mm}
\vspace{0.5cm}
\begin{deflist}{MMMMMMMM}
\item[\bf NAME]
\begin{description}
\item[MUIA\_Virtgroup\_Width]  -- (V6 ) [..G], LONG
\end{description}

\item[\bf FUNCTION]
Read the virtual width of a virtual group.
This attribute is quite senseless, better use
a scrollgroup object to control the virtual group.

\item[\bf SEE ALSO]
MUIA\_Virtgroup\_Height, MUIA\_Virtgroup\_Left, MUIA\_Virtgroup\_Top
\end{deflist}


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