Double-click an NSImageCell subclass
Posted
by Michael Forrest
on Stack Overflow
See other posts from Stack Overflow
or by Michael Forrest
Published on 2010-06-12T22:37:33Z
Indexed on
2010/06/12
22:42 UTC
Read the original article
Hit count: 215
cocoa
I have a table of draggable rows. I'm subclassing NSImageCell to render an image, mapped via bindings.
How do I get a double-click event from this cell?
© Stack Overflow or respective owner