(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
struct Gadget * CreateContext (glistpointer)
LOCATION
In GadToolsBase at offset 19
SYNOPSIS
struct Gadget ** glistpointer
FUNCTION
Creates a virtual first gadget to which all following gadgets must be linked.
INPUTS
glistpointer
pointer to a pointer to the virtual gadget. Use the
NewWindow
>FirstGadget or in AddGList(). The gadget pointer must be initialized to NULL before CreateContext() is called.
RESULT
A point to the first gadget or NULL, if there was an error.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
08.04.1999 stegerg
no more GMR_INTERIMUPDATE
20.10.1998 hkiel
Amiga Research OS
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision