Q3ViewerDraw
You can use theQ3ViewerDrawfunction to draw a viewer object.
OSErr Q3ViewerDraw (TQ3ViewerObject theViewer);
theViewer- A viewer object.
DESCRIPTION
TheQ3ViewerDrawfunction draws the viewer object specified by thetheViewerparameter. You need to call this function only if the viewer flags or other visible features of a viewer have changed. For example, to change a viewer's pane, you need to callQ3ViewerSetBoundsfollowed byQ3ViewerDraw. Similarly, if the viewer flags of a new viewer object have thekQ3ViewerActiveflag clear, then to make the viewer object active you need to set that flag by callingQ3ViewerSetFlagsand then draw the viewer by callingQ3ViewerDraw.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help