NAME
ViewAddress -- Return the address of the Intuition view structure.
SYNOPSIS
view = ViewAddress()
D0
struct view *viewaddress( void );
FUNCTION
Returns the address of the Intuition view structure. if you
want to use any of the graphics, text, or animation primitives
in your window and that primitive requires a pointer to a view,
this routine will return the address of the view for you.
INPUTS
None
RESULT
Returns the address of the Intuition view structure
BUGS
SEE ALSO
graphics.library