On Mar 17, 2010, at 4:11 PM, Andrew James wrote:
> I am a relative newbie to Cocoa so I trying to make sure that my code
> reflects Cocoa's coding culture.
>
> I'm interested in whether or not instances of Cocoa classes can be expected
> to display default behavior. I'll use NSBrowser's -
> (
I am a relative newbie to Cocoa so I trying to make sure that my code reflects
Cocoa's coding culture.
I'm interested in whether or not instances of Cocoa classes can be expected to
display default behavior. I'll use NSBrowser's - (BOOL)sendsActionOnArrowKeys
as an example. In Apple's document