Am 07.06.2008 um 20:33 schrieb John Pannell:
I think the secret to getting this type of thing right is that the documentation uses the end of the instance methods list for a class to call out specifically when methods are delegate methods. Look at the end of NSControl's list and you can see a special section entitled delegate methods, while NSTextView's list does not contain such a declaration.


The convention here is that delegate methods are generally declared as a category on NSObject, while the methods the OP is calling are declared in a category on NSTextField.

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de





_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to