Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 26 May 2002 22:17:59 -0700
On Sunday, May 26, 2002, at 09: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.
From the documentation on TableView delegates:
"tableView:willDisplayCell:forTableColumn:row: informs the delegate that
the NSTableView is about to draw a particular cell. The delegate can
modify the NSCell provided to alter the display attributes for that
cell; for example, making uneditable values display in italic or gray
text."
mmalc
_______________________________________________
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>) |