editing NSCell attributes inside NSOutlineView
editing NSCell attributes inside NSOutlineView
- Subject: editing NSCell attributes inside NSOutlineView
- From: Alex Reynolds <email@hidden>
- Date: Thu, 6 Dec 2001 02:41:15 -0500
I am looking to do two things with NSCell instances inside an
NSOutlineView:
-- change the font size
-- add an image to some instances of text cells in the OutlineColumn
I have looked at the API documentation for NSOutlineView and
NSTableView, but I can't figure it out. The closest method I could see
was:
- tableView:willDisplayCell:forTableColumn:row:
which looks like it requires an NSCell instance to begin with.
Any tips on how I might be able to accomplish both of these tasks? (Or
pointers to sample source code?)
Thanks in advance,
Alex