nsmatrix question
nsmatrix question
- Subject: nsmatrix question
- From: Jeff Childers <email@hidden>
- Date: Tue, 24 Jun 2003 09:30:42 -0500
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.