Q3ViewerSetFlags
You can use theQ3ViewerSetFlagsfunction to set the viewer flags for a viewer object.
OSErr Q3ViewerSetFlags ( TQ3ViewerObject theViewer, unsigned long flags);
theViewer- A viewer object.
flags- A set of viewer flags. See "Viewer Flags" on page 2-12 for a description of the constants you can use to set or clear individual viewer flags.
DESCRIPTION
TheQ3ViewerSetFlagsfunction sets the viewer flags associated with the viewer object specified by thetheViewerparameter to the values passed in theflagsparameter.
- IMPORTANT
- Any changes to a viewer's flags will not be visible until you call
Q3ViewerDrawwith the specified viewer object.![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help