(C) 1998 AROS - The Amiga Research OS


NAME

struct ExtendedNode * GfxLookUp (pointer)

LOCATION
In GfxBase at offset 117

SYNOPSIS
void * pointer

FUNCTION
Finds a special graphics extended data structure (if an) associated with the pointer to a data structure (eg: ViewExtra associated with a View structure).

INPUTS
pointer = a pointer to a data structure which may have an ExtendedNode associated with it (typically a View)

RESULT
result = a pointer to the ExtendedNode that has previously been associated with the pointer

EXAMPLE

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

NOTES

BUGS

INTERNALS

HISTORY