Re: Problem with NSButtonCell
Re: Problem with NSButtonCell
- Subject: Re: Problem with NSButtonCell
- From: Jeff LaMarche <email@hidden>
- Date: Sun, 4 Nov 2001 21:21:34 -0800
This is what I've done. I was concerned since it seems possible that the
selected row could have changed in the meantime before my method
receives the notification...
On Sunday, November 4, 2001, at 07:55 PM, David Watanabe wrote:
How can I determine which row's button was pressed?
int row = [tableview selectedRow];
?