How do I get the selected cells?
How do I get the selected cells?
- Subject: How do I get the selected cells?
- From: "Peter Karlsson" <email@hidden>
- Date: Tue, 2 Nov 2004 09:29:36 +0100
Dear list!
My NSMatrix have 8 cells from left to right. I am trying to get the
selected cells. Here is my code so far:
NSArray *cells = [myMatrixOutlet cells];
NSEnumerator *cellEnum = [cells objectEnumerator];
NSCell *cell;
while (cell = [cellEnum nextObject])
{
What am I supposed to do here to get the selected cells?
}
Best regards Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden