Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: Brendan Younger <email@hidden>
- Date: Mon, 27 May 2002 00:51:54 -0500
On Sunday, May 26, 2002, at 11:36 PM, Matthew Johnson wrote:
If I had a table that had a list of names in it and I wanted all the
names that contained a 'd' to appear red
instead of
black like the rest of the names.
You have to supply your own NSCell subclass which will then color the
names however you want. See the DragNDropOutlineView (in the Examples
directory of the dev tools installation) for an example of how to do
this.
Brendan Younger
_______________________________________________
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.
References: | |
| >NSTableView (From: Matthew Johnson <email@hidden>) |