Re: nsmatrix question
Re: nsmatrix question
- Subject: Re: nsmatrix question
- From: Fritz Anderson <email@hidden>
- Date: Tue, 24 Jun 2003 10:47:28 -0500
You have spent the minimal amount of time reading the NSMatrix
documentation that courtesy for others' time would demand, before
approaching them with a question. Obviously you have already seen the
methods -selectedRow and -selectedColumn, which you could call in the
matrix's action callback. Therefore I assume you are trying to pose
some other question, but I can't for the life of me make out what it
might be.
-- F
On Tuesday, June 24, 2003, at 09:30 AM, Jeff Childers wrote:
I have a nsmatrix of buttons. when a button in the matrix is clicked I
want to know the row and column of the button.
I thought it might be:
//floorMatrix is the outlet for matrix
[[floorMatrix selectedCell] getRow:(int *)row column:(int *)column
ofCell:(NSCell *) sender];
any help or leads would be useful
_______________________________________________
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.