Re: Double-click/Return/Enter in NSTableView
Re: Double-click/Return/Enter in NSTableView
- Subject: Re: Double-click/Return/Enter in NSTableView
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 2 Jun 2006 12:06:39 -0600
On Jun 2, 2006, at 11:28 AM, James Bucanek wrote:
Is there some functionality in NSTableView/NSControl that will do
this, or do I just override mouseDown: and keyDown: and look for
the events I'm interested in?
For the mouse: <file:///Developer/ADC Reference Library/
documentation/Cocoa/Reference/ApplicationKit/Classes/
NSTableView_Class/Reference/Reference.html#//apple_ref/occ/instm/
NSTableView/setDoubleAction:>
For the keyboard, you'll have to subclass.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden