Re: Adding custom NSView to cell in NSTableView
Re: Adding custom NSView to cell in NSTableView
- Subject: Re: Adding custom NSView to cell in NSTableView
- From: Robert Martin <email@hidden>
- Date: Thu, 31 Mar 2005 05:39:27 -0500
Read the documentation:
http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/
index.html. Table columns draw cells, not views. Just subclass NSCell
and override its draw routines.
On Mar 31, 2005, at 2:02 AM, email@hidden wrote:
Greetings, all. I have an NSView subclass that I would like to
"insert" into each cell of a NSTableView subclass, and I can't quite
find any documentation on how to do such a thing. There will be
drawing done in the NSView subclass if that makes a difference. Any
help/pointers/previous articles? Thanks in advance.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden