Re: standard colors
Re: standard colors
- Subject: Re: standard colors
- From: Michael Cinkosky <email@hidden>
- Date: Sat, 17 Oct 2009 16:35:33 -0600
Thanks! I got close with Alastair's suggestion and I will give this a
try!
Michael
On Oct 17, 2009, at 4:19 PM, Ross Carter wrote:
static NSColor *sourceListBackgroundColor = nil;
if (sourceListBackgroundColor == nil) {
NSOutlineView *outlineView = [[NSOutlineView alloc]
initWithFrame:NSZeroRect];
[outlineView
setSelectionHighlightStyle:NSTableViewSelectionHighlightStyleSourceList
];
sourceListBackgroundColor = [outlineView backgroundColor];
}
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden