2 Creating and Configuring Viewers
Q3ViewerSetFlags
function 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.
Q3ViewerSetFlags
function sets the viewer flags associated with the viewer object specified by the theViewer
parameter to the values passed in the flags
parameter.
Any changes to a viewer's flags will not be visible until you call Q3ViewerDraw
with the specified viewer object.<8bat>s
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker