NSGetInformationalAlertPanel
Returns an alert panel to display an informational message.
Declaration
extern id NSGetInformationalAlertPanel(NSString *title, NSString *msgFormat, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ...);Discussion
Returns an NSPanel that can be used to set up a modal session. No button is displayed if defaultButton is nil. When you’re finished with the panel created by this function, you must dispose of it by passing it to NSReleaseAlertPanel(_:).
The arguments for this function are the same as those for the NSRunAlertPanel function. For more information on using a panel in a modal session, see NSGetAlertPanel.
See Also
Functions
NSConvertGlyphsToPackedGlyphs(_:_:_:_:)NSOpenGLGetOptionNSOpenGLGetVersionNSOpenGLSetOptionraiseBadArgumentException(_:_:_:)NSBeginAlertSheetNSBeginCriticalAlertSheetNSBeginInformationalAlertSheetNSGetAlertPanelNSGetCriticalAlertPanelNSReleaseAlertPanel(_:)NSRunAlertPanelNSRunCriticalAlertPanelNSRunInformationalAlertPanelNSRunAlertPanelRelativeToWindow