I have a borderless NSWindow subclass that I use as part of a document based application. I have not been able to find a way to get it included in the Window menu. Calling setExcludedFromWindowsMenu: when the window is created has no effect. Any ideas?
I have a borderless NSWindow subclass that I use as part of a document
Share
Use
-[NSApplication addWindowsItem:title:filename:]and manually add the window to the Window menu. For instance: