Important: The information in this document is obsolete and should not be used for new development.
GXPopGraphicsNotice
You can use theGXPopGraphicsNotice
function to remove notices from the ignore notice stack.
void GXPopGraphicsNotice(void);DESCRIPTION
TheGXPopGraphicsNotice
function removes the last notice added to the ignore notice stack by theGXIgnoreGraphicsNotice
function. TheGXPopGraphicsNotice
function removes notices from the stack in the opposite order that they were added to the stack (last in, first out). Calls to theGXIgnoreGraphicsNotice
function and theGXPopGraphicsNotice
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, anotice_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.