Re: How to detect selection change in NSBrowser ?
Re: How to detect selection change in NSBrowser ?
- Subject: Re: How to detect selection change in NSBrowser ?
- From: Andreas Mayer <email@hidden>
- Date: Mon, 28 Jul 2003 19:31:59 +0200
Am Montag, 28.07.03 um 18:16 Uhr schrieb Pete French:
I thought there would be a nice easy delegate method for doing this, or
a notification. but I cant find one.
What about this delegate method?
- (BOOL)browser:(NSBrowser *)sender selectRow:(int)row
inColumn:(int)column
Asks the delegate to select the NSCell at row row in the column at
index column. It is the delegate's responsibility to select the cell,
rather than the browser. If the delegate returns NO, the NSCell was not
selected; otherwise YES is returned. Invoked in response to
selectRow:inColumn: being received by sender.
bye. Andreas.
_______________________________________________
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.