Re: NSTableView row selection detection
Re: NSTableView row selection detection
- Subject: Re: NSTableView row selection detection
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 15 Jul 2004 17:48:35 -0600
On Jul 15, 2004, at 5:23 PM, email@hidden wrote:
is there any method that can be used to define the behaviour when a row
has been selected (via a single click)?
In addition to the NSTableView delegate methods, NSTableView inherits
-setAction: from NSControl, so you can connect an action to the table
view and the action will trigger on a single click.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.