FROM : Nick Zitzmann
DATE : Fri Jun 02 20:06:39 2006
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%20Reference%20Library/
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/>
DATE : Fri Jun 02 20:06:39 2006
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%20Reference%20Library/
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/>
| Related mails | Author | Date |
|---|---|---|
| James Bucanek | Jun 2, 19:28 | |
| Nick Zitzmann | Jun 2, 20:06 | |
| James Bucanek | Jun 2, 20:51 | |
| Brian Stern | Jun 2, 20:54 |






Cocoa mail archive

