On Thu, Dec 17, 2009 at 12:20 PM, Stephane Huaulme
wrote:
> inside doubleClick, i look at what row is currently selected, and i know
> which one the user clicked in.
>
> how can i understand which column did the user double click in?
NSTableView has methods for this purpose: -clickedRow and
-cli
On Dec 17, 2009, at 12:20, Stephane Huaulme wrote:
> to handle double clicking, i bind the double click target of the table view
> to my app controller using a method named doubleClick.
> inside doubleClick, i look at what row is currently selected, and i know
> which one the user clicked in.
>