JJD
JJD

Reputation: 51884

How to add an NSColorWell to an NSTableView?

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

Answers (1)

Yuji
Yuji

Reputation: 34185

There is an open-source implementation called LVColorWellCell. This only works with garbage collection, though.

Upvotes: 1

Related Questions