Re: Making an NSDrawer transparent
Re: Making an NSDrawer transparent
- Subject: Re: Making an NSDrawer transparent
- From: Shaun Wexler <email@hidden>
- Date: Fri, 5 Mar 2004 13:54:01 -0800
On Mar 5, 2004, at 1:12 PM, zeno wrote:
If there's a drawer attached to myWindow, then [myWindow
setAlphaValue:0.5] will make the window semi-transparent, but NOT the
drawer (which will stay fully opaque).
Is there a way to add transparency to the drawer too?
[[[drawer contentView] window] setAlphaValue:0.5]
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.