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 / Notice Posting and Handling


GXPopGraphicsNotice

You can use the GXPopGraphicsNotice function to remove notices from the ignore notice stack.

void GXPopGraphicsNotice(void);
DESCRIPTION
The GXPopGraphicsNotice function removes the last notice added to the ignore notice stack by the GXIgnoreGraphicsNotice function. The GXPopGraphicsNotice function removes notices from the stack in the opposite order that they were added to the stack (last in, first out). Calls to the GXIgnoreGraphicsNotice function and the GXPopGraphicsNotice function can be nested.

The GXPopGraphicsNotice function has no effect in the non-debugging version.

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

ERRORS, WARNINGS, AND NOTICES
Warnings
notice_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 notices that may be added and removed from the ignore notice stack are listed in the section "Notices" beginning on page 3-27.

The GXIgnoreGraphicsNotice function is described in the previous section.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996