(C) 1998 AROS - The Amiga Research OS


NAME

void GfxAssociate (pointer , node)

LOCATION
In GfxBase at offset 112

SYNOPSIS
void * pointer
struct ExtendedNode * node

FUNCTION
Associate a special graphics extended data structure with another structure via the other structure's pointer. Later, when you call GfxLookUp() with the other structure's pointer you may recieve the pointer to this special graphics extended data strcuture, if it is available

INPUTS
pointer = a pointer to a data structure node = an ExtendedNode strcuture to associate with the pointer

RESULT
an association is created between the pointer and the node such that given the pointer the node can be retrieved via GfxLookUp().

EXAMPLE

SEE ALSO
graphics/gfxnodes.h GfxFree(), GfxNew(), GfxLookUp()

NOTES
Never associate one special graphics extended data structure to several pointers. Only one pointer is allowed!

BUGS

INTERNALS

HISTORY