(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>

void OffGadget (gadget , window , requester)

LOCATION
In IntuitionBase at offset 29

SYNOPSIS
struct Gadget * gadget
struct Window * window
struct Requester * requester

FUNCTION
Disable a gadget. It will appear ghosted.

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
AddGadget(), RefreshGadgets()

NOTES
This function will update the gadget (unlike the original function which would update all gadgets in the window).

BUGS

INTERNALS

HISTORY
16.01.1999 hkiel
Extended AutoDocs
20.10.1998 hkiel
Amiga Research OS
06.03.1997 digulla
Another four functions.