On Jun 26, 2014, at 11:44 , William Squires <[email protected]> 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 ([email protected])

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 [email protected]

Reply via email to