Re: deform a window
Re: deform a window
- Subject: Re: deform a window
- From: Sascha Kujawa <email@hidden>
- Date: Thu, 23 Jan 2003 16:51:45 +0100
Can I make a window transparent with this funktion too?
sure... just check NSWindow's Instance methods.
e.g. you can use the following line
[myWindow setAlphaValue:0.5];
--
Sascha Kujawa
http://www.zeitfraktur.de
_______________________________________________
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.