Docs » Autodocs » intuition.library » ViewAddress
ViewAddress -- Return the address of the Intuition View structure.
view = ViewAddress() D0 struct View *ViewAddress( VOID );
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.
None
Returns the address of the Intuition View structure
graphics.library()
|