Re: Shadows & NSWindow question
Re: Shadows & NSWindow question
- Subject: Re: Shadows & NSWindow question
- From: Dave Batton <email@hidden>
- Date: Thu, 11 Jan 2007 14:34:03 +0100
David,
So I'm looking for a way to tell NSWindow that I *only* want
shadows *around the borders of the window* and _not_ around every
NSView. If there isn't such an option, what's is the way to
implement my own window shadow?
Create two windows. One with a shadow, and one to hold the contents.
I did something similar with this project:
<http://www.mere-mortal-software.com/blog/details.php?d=2006-11-22>
The background is actually a child window of the contents, placed
behind it. Works great.
--
Dave Batton
Mere Mortal Software
http://www.Mere-Mortal-Software.com/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden