(C) 1998 AROS - The Amiga Research OS
NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
void OnGadget (gadget , window , requester)
LOCATION
In IntuitionBase at offset 31
SYNOPSIS
struct Gadget * gadget
struct Window * window
struct Requester * requester
FUNCTION
Enable a gadget. It will appear normal.
INPUTS
gadget
The gadget to deactivate
window
The window, the gadget is in
requester
The requester, the gadget is in or NULL if the gadget is in no requester
RESULT
None.
EXAMPLE
SEE ALSO
NOTES
This function will update the gadget (unlike the original function which would update all gadgets in the window).
BUGS
INTERNALS
HISTORY