Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
NotificationMon.ƒ/Source/NotificationReset.c
#include"NotificationMon.h" |
void DoNotificationReset() |
{ |
short itemHit; |
ParamText("\pAre you sure you want to remove all Notifications?",nil,nil,nil); |
itemHit = Alert(500,nil); |
if(itemHit == 1) |
KillNotifications(MainView); |
} |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14