Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Environment and Utilities /
Chapter 3 - Errors, Warnings, and Notices / Errors, Warnings, and Notices Reference
Functions / Warning Posting and Handling


GXPopGraphicsWarning

You can use the GXPopGraphicsWarning function to remove ignore warnings from the ignore warning stack.

void GXPopGraphicsWarning(void);
DESCRIPTION
The GXPopGraphicsWarning function removes the last warning placed on the ignore warning stack by the GXIgnoreGraphicsWarning function. The GXPopGraphicsWarning function removes warnings from the stack in the opposite order that they were added to the stack (last in, first out). Calls to the GXIgnoreGraphicsWarning and GXPopGraphicsWarning functions can be nested.

SPECIAL CONSIDERATIONS
If no warning is on the warning stack when you call this function, a warning_stack_underflow warning is posted.

ERRORS, WARNINGS, AND NOTICES
Warnings
warning_stack_underflow
SEE ALSO
The use of this function is described in the section "Ignoring Warnings and Notices" beginning on page 3-36.

QuickDraw GX non-debugging warnings that may be added to and removed from the ignore warning stack are listed in the section "Warnings" beginning on page 3-10. Debugging warnings are listed in the section "Warnings" beginning on page 3-10.

The GXIgnoreGraphicsWarning function is described in the previous section.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996