Re: See-through custom NSView
Re: See-through custom NSView
- Subject: Re: See-through custom NSView
- From: Andreas Mayer <email@hidden>
- Date: Wed, 19 Jul 2006 16:40:49 +0200
Am 19.07.2006 um 16:10 Uhr schrieb Michael Lutz:
If you (anybody) likes to give it a try, please take a look at the
project. You may download it from here: http://www.tv-apathy.de/
samplecode/ClearView.zip
- (void)drawRect:(NSRect)rect {
[[NSColor colorWithCalibratedRed:0.f green:0.5f blue:0.f alpha:0.5f]
set];
NSRectFill(rect);
}
- (BOOL)isOpaque
{
return NO;
}
Andreas
_______________________________________________
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