NSOutlineView problem
NSOutlineView problem
- Subject: NSOutlineView problem
- From: Steve Gehrman <email@hidden>
- Date: Thu, 3 May 2001 22:16:51 -0700
I have an NSOutlineView with a background color of black. The problem
is that The disclosure triangles are drawn as black also. Is there a
way to alter how these are drawn?
I'm assuming I have to do something in this delegate method...
- (void)outlineView:(NSOutlineView *)outlineView
willDisplayOutlineCell:(id)cell forTableColumn:(NSTableColumn
*)tableColumn item:(id)item
steve