IBCellPboardType
IBCellPboardType
- Subject: IBCellPboardType
- From: Mark Woollard <email@hidden>
- Date: Mon, 27 Oct 2003 16:35:14 +0000
I want to make a palette which will allow NSCell derived classes to be
dragged onto NSTableView columns in the same way formatters can be from
the standard palette set. I've seen 3rd party palettes that allow this
for NSCell derived objects and I understand this can be done with the
standard NSCell derived objects in Panther/Xcode. So is this just a
case of setting IBCellPboardType in an associateObject call? This
doesn't appear to work, but if I use IBObjectPboardType I can happily
drag my object into the Instances pane and have an object instance
created which suggests the rest of what I'm doing is correct. I can't
find much in the way of documentation on this so any pointers would be
very useful.
Thanks
Mark
_______________________________________________
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.