On Jun 26, 2014, at 11:44 , William Squires <wsqui...@satx.rr.com> wrote:

> the delegate method (of interest):
> 
> -(void)comboBoxSelectionDidChange:(NSNotification *)notification
> 
> doesn't pass the reference to the NSComboBox whose selection changed,

It does. It’s usual for these sorts of delegate methods that the sender is the 
notification object (that is, ‘notification.object’). This is documented if you 
follow the documentation link to the notification itself.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to