Tagged Questions

0
votes
1answer
94 views

Mark document as dirty in non-document based application

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 ...