I'm creating a simple Cocoa non-document based application. I want to show visually that the "document" app is working with has unsaved changes (the close button displaying a dot).
Is this possible to do without changing app's architecture to document based?
Call [window setDocumentEdited:YES];