Reputation: 51884
Is it possible to wrap an NSColorWell
as an NSCell
so I can add it to an NSTableView
? If not, is there another solution to the problem?
Upvotes: 2
Views: 481
Reputation: 34185
There is an open-source implementation called LVColorWellCell. This only works with garbage collection, though.
Upvotes: 1