(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/intuition.h>
BOOL ActivateGadget (gadget , window , requester)
LOCATION
In IntuitionBase at offset 77
SYNOPSIS
struct Gadget * gadget
struct Window * window
struct Requester * requester
FUNCTION
Activates the specified gadget.
INPUTS
gadget
The gadget to activate
window
The window which contains the gadget
requester
The requester which contains the gadget or NULL if it is not a requester gadget
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
23.07.1999 stegerg
fixes, gzz
06.06.1999 nlorentz
Implmented function
16.01.1999 hkiel
Intial skeleton of functions