Re: Class instance defaults: e.g. NSBrowser

2010-03-17 Thread Keary Suska
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 - > (

Class instance defaults: e.g. NSBrowser

2010-03-17 Thread Andrew James
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