NSRunInformationalAlertPanel
Creates and runs an informational alert panel.
Declaration
extern NSInteger NSRunInformationalAlertPanel(NSString *title, NSString *msgFormat, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ...);Discussion
Creates an informational alert panel that provides information related to a requested action. It then runs the panel in a modal event loop.
The arguments for this function are the same as those for NSRunAlertPanel.
See Also
Functions
NSConvertGlyphsToPackedGlyphs(_:_:_:_:)NSOpenGLGetOptionNSOpenGLGetVersionNSOpenGLSetOptionraiseBadArgumentException(_:_:_:)NSBeginAlertSheetNSBeginCriticalAlertSheetNSBeginInformationalAlertSheetNSGetAlertPanelNSGetCriticalAlertPanelNSGetInformationalAlertPanelNSReleaseAlertPanel(_:)NSRunAlertPanelNSRunCriticalAlertPanelNSRunAlertPanelRelativeToWindow