• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to detect selection change in NSBrowser ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: How to detect selection change in NSBrowser ?
      • From: Pete French <email@hidden>
References: 
 >How to detect selection change in NSBrowser ? (From: Pete French <email@hidden>)

  • Prev by Date: Re: NSSlider inside an NSMenu
  • Next by Date: Re: Hard Objc-Runtime question: objc_getClassList lies to me...
  • Previous by thread: How to detect selection change in NSBrowser ?
  • Next by thread: Re: How to detect selection change in NSBrowser ?
  • Index(es):
    • Date
    • Thread