UseNSTableView
's-setDoubleAction:
method, and supply it a standard IBAction-style method selector.You may need to also do
-setTarget:
. double-clicks get sent if the column isn't editable, so you may need to grab the column and do a-setEditable: NO
on it.