Putting window titlebar under menu
Putting window titlebar under menu
- Subject: Putting window titlebar under menu
- From: Kim Foo-Jones <email@hidden>
- Date: Fri, 25 Jan 2002 04:02:32 +0000
Is there any way to force a window (a floating panel) to have its
titlebar under the menubar? I've tried using
setFrameTopLeftPoint: but if I specify a position under the
menubar, it moves the window to the right instead...
I'm trying to make a tool palette which can be "docked" to the
top of the screen ala CodeWarrior.
I thought about using a window with the NSBorderlessWindowMask
border, but it seems I can't have a toolbar in a borderless
window.
Any suggestions?
TIA,
-Kim