(C) 1998 AROS - The Amiga Research OS


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

UWORD RemoveGadget (window , gadget)

LOCATION
In IntuitionBase at offset 38

SYNOPSIS
struct Window * window
struct Gadget * gadget

FUNCTION
Remove a gadget from the list of gadgets in a window.

INPUTS
window
Remove the gadget from this list.
gadget
Remove this gadget.

RESULT
The position of the gadget or 0xFFFF if the gadget doesn't exist or the gadget is the 65535th of the list.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY