(C) 1998 AROS - The Amiga Research OS


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

VOID FreeGadgets (glist)

LOCATION
In GadToolsBase at offset 6

SYNOPSIS
struct Gadget * glist

FUNCTION
Frees all gadtools gadgets in a linked list of gadgets.

INPUTS
glist
pointer to the first gadget to be freed, may be NULL.

RESULT

EXAMPLE

SEE ALSO
CreateGadgetA()

NOTES

BUGS

INTERNALS

HISTORY
08.04.1999 stegerg
no more GMR_INTERIMUPDATE
20.10.1998 hkiel
Amiga Research OS
12.02.1998 turrican
Fix uninitialized variable warnings
18.10.1997 srittau
BUTTON_KIND does not render disabled pattern itself anymore, but lets FrButtonClass render

Fixed font-handling

18.10.1997 srittau
Changed API of arosmxclass
13.10.1997 srittau
Put MX_KIND into a separate class

Improvements and bugfixes

09.07.1997 srittau
Added CHECKBOX_KIND. (Don't try to use, yet.)
01.07.1997 srittau
o Fixes o Hack to make amiga.lib stubs working o BUTTON_KIND does now work
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision