In an application like TextEdit, if the user attempts to close a new document, a special NSSavePanel is displayed.
Is there any way that I can create an NSSavePanel that resembles this dialog? The only hook that I can find is the message string, but it is not obvious to me how a message string could include icons and formatting. Also, there is the special Delete button.