Important: The information in this document is obsolete and should not be used for new development.
GXValidateViewGroup
You can use theGXValidateViewGroup
function to check the parameters of a view group object.
void GXValidateViewGroup(gxViewGroup target);
target
- A reference to a view group object to be validated.
DESCRIPTION
TheGXValidateViewGroup
function checks parameters for the clip, mapping, dither, halftone, parent view port, child view port list, view device, attributes, owner count, and tag list properties of the view port object and the clip, mapping, bitmap, attributes, and tag list properties of the view device object. In addition, this function checks any internal caches built for the view group. If one or more of the parameters are not valid, QuickDraw GX posts a validation error.This function is not operational in the non-debugging version of QuickDraw GX.
SEE ALSO
QuickDraw GX validation is introduced in the section "Validation Functions" beginning on page 4-6. The use of validation functions is described in the section "Controlling Validation" beginning on page 4-15.