Re: NSWindow hax0r
Re: NSWindow hax0r
- Subject: Re: NSWindow hax0r
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 2 Oct 2001 07:26:38 +0100
On Tuesday, October 2, 2001, at 02:00 AM, Dustin Mierau wrote:
I want an NSWindow to have transparent parts but still draw the
standard window controls, is this possible? It would be nice if I could
have controls draw the transparent parts and have the window draw areas
normally that are not transparent.
Actually, the terminal sets the entire window's alpha value (see
-[NSWindow setAlpha])
You can do what you want, yes -- see the RoundTransparentWindow example
at developer.apple.com/samplecode under Cocoa.
-- Finlay