(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void HelpControl (window , flags)

LOCATION
In IntuitionBase at offset 138

SYNOPSIS
struct Window * window
ULONG * flags

FUNCTION
Turn on or off Gadget-Help for your window. Gadget-Help will also be changed for all members of the same help-group to make multiple-windows apps to behave well.

INPUTS
window
The window to affect. All windows of the same help-goup will be affected as well.
flags
HC_GADGETHELP or zero for turning help on or off.

RESULT
None. Toggles gadget-help of one or more windows to on or off.

EXAMPLE

SEE ALSO
WA_HelpGroup

NOTES

BUGS

INTERNALS

HISTORY
11.02.1999 hkiel
Added empty skeletons