setDoubleAction: for NSTableView
setDoubleAction: for NSTableView
- Subject: setDoubleAction: for NSTableView
- From: Jason Brown <email@hidden>
- Date: Fri, 22 Jun 2001 17:31:33 -0500
Hi all. Back again with this question:
Given that masterTableView is of type NSTableView, shouldn't the
following make it so that double-clicks from the mouse will invoke
the handleTVDoubleClick method as indicated? The controlling object
that implements handleTVDoubleClick is the delegate for
masterTableView. Is there something more that I need to add to this
to make it work?
[masterTableView setDoubleAction:@selector(handleTVDoubleClick:)];
Thanks in advance and thanks to anyone who has already offered
answers to previous questions.
Jason Brown
Vital Source Technologies
--