I don't know if it's possible to do this--I'm sure there is--but if
not, you could always make a custom Window menu and manage it Your Way
(tm). You can see what actions the original menu items are connected
to in Interface Builder, if you end up needing to go this route.
Out of curiosity, why do you want to exclude from the Window menu but
not the Dock menu?
--
m-s
On 28 Dec, 2006, at 15:43, Mitchell Livingston wrote:
I would like for a window to be shown in the Dock menu but not
appear in the Window menu. I know of setExcludedFromWindowsMenu:
but that seems to affect both. Is there a way to do this?