(C) 1998 AROS - The Amiga Research OS
NAME
struct ExtendedNode * GfxNew (node_type)
LOCATION
In GfxBase at offset 110
SYNOPSIS
ULONG node_type
FUNCTION
Allocate a special graphics extended data structure. The type of structure to be allocated is passed in the node_type identifier.
INPUTS
node_type = the type of garphics extended data structure to allocate. (see gfxnodes.h for identifier definitions.)
RESULT
A pointer to the allocated graphics node or NULL if the allocation failed
EXAMPLE
SEE ALSO
graphics/gfxnodes.h GfxFree(), GfxAssociate(), GfxLookUp()
NOTES
BUGS
INTERNALS
HISTORY