Q3View_SetRenderer
You can use theQ3View_SetRendererfunction to set the renderer associated with a view.
TQ3Status Q3View_SetRenderer ( TQ3ViewObject view, TQ3RendererObject renderer);
view- A view.
renderer- A renderer object.
DESCRIPTION
TheQ3View_SetRendererfunction attaches the renderer specified by therendererparameter to the view specified by theviewparameter. The reference count of the specified renderer is incremented. In addition, if some other renderer was already attached to the specified view, the reference count of that renderer is decremented.SEE ALSO
For information on creating and manipulating renderers, see the chapter "Renderer Objects" in this book.