Panels
These functions provide a convenient way to display common alert panels and sheets. These functions let us create panels or sheets for informational purposes, to inform the user of an alert, and to inform the user of a critical alert.
-
NSBeginAlertSheet voidNSBeginAlertSheet(NSString*title,NSString*defaultButton,NSString*alternateButton,NSString*otherButton,NSWindow*docWindow,idmodalDelegate,SELdidEndSelector,SELdidDismissSelector,void*contextInfo,NSString*msg,...)-
NSBeginCriticalAlertSheet voidNSBeginCriticalAlertSheet(NSString*title,NSString*defaultButton,NSString*alternateButton,NSString*otherButton,NSWindow*docWindow,idmodalDelegate,SELdidEndSelector,SELdidDismissSelector,void*contextInfo,NSString*msg,...)-
NSBeginInformationalAlertSheet voidNSBeginInformationalAlertSheet(NSString*title,NSString*defaultButton,NSString*alternateButton,NSString*otherButton,NSWindow*docWindow,idmodalDelegate,SELdidEndSelector,SELdidDismissSelector,void*contextInfo,NSString*msg,...);-
NSGetAlertPanel idNSGetAlertPanel(NSString*title,NSString*msg,NSString*default-Button,NSString*alternateButton,NSString*otherButton,...)-
NSGetCriticalAlertPanel idNSGetCriticalAlertPanel(NSString*title,NSString*msg,NSString*defaultButton,NSString*alternateButton,NSString*otherButton,...)-
NSGetInformationalAlertPanel idNSGetInformationalAlertPanel(NSString*title,NSString*msg,NSString*defaultButton,NSString ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access