Re: NSTableView Informal Protocal
Re: NSTableView Informal Protocal
- Subject: Re: NSTableView Informal Protocal
- From: Matt Neuburg <email@hidden>
- Date: Tue, 04 Nov 2008 07:29:12 -0800
- Thread-topic: NSTableView Informal Protocal
On Mon, 03 Nov 2008 11:00:38 -0600, Ron Green <email@hidden> said:
>'m a newb and am struggling to find documentation.
>
>Example:
>
>NSTableView: setObjectValue:forTableColumn:row
>
>I have looked through all the documentation for NSTableView and cannot
>find this method.
>Does anyone know where it is?
>
>(I know how to use it, I'm just looking for the documentation.)
Part of the trouble is that you have the name wrong. Method names don't
begin with "NS"; this is a method, not a class. In Xcode, summon the
documentation window (used to be option-command-shift-question mark), make
sure it is set to do an API search, and type
tableview:set
You can stop typing; you are there. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
One of the 2007 MacTech Top 25: <http://tinyurl.com/2rh4pf>
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden