Re: Desktop Window Level?
Re: Desktop Window Level?
- Subject: Re: Desktop Window Level?
- From: Kevin Ballard <email@hidden>
- Date: Sun, 7 Nov 2004 20:04:29 -0500
Check out CGWindowLevel.h. It defines more constants than NSWindow.h
does, and will probably give you the constant you want.
On Nov 7, 2004, at 7:23 PM, Austin Sarner wrote:
I'm trying to display a window at the level directly above the desktop
- (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned
int)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
Currently I am using the [win SetLevel:(int)newLevel]; to change the
window level, but there is no constant for the place at which I wish
to put it. Basically, the level should be above the desktop icons,
but below the menu bar and dock.
--
Kevin Ballard
email@hidden
http://www.tildesoft.com
http://kevin.sb.org
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden