Re: NSButton with an image
Re: NSButton with an image
- Subject: Re: NSButton with an image
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 11 May 2001 11:51:41 +0200
On jeudi, mai 10, 2001, at 10:06 , Andrew Platzer wrote:
It's a 'feature'. Make sure the NSCellLightsByBackground isn't set.
i.e. [cell setCellAttribute:NSCellLightsByBackground to:NO];
Cool, that explains one thing I didn't understand in the way the
Preferences panel in PB and Mail are done.
One more less subclass of NSView to code.
Cocoa is really for lazy people :-)