_______________________________________________ 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]
okay, looking up tableView:setObjectValue:forTableColumn:row shows
that setObjectValue: takes an (id), but what is it really? An
NSString pointer? I want to get an NSString that represents the new
value the user typed in for the selected (and edited) cell in the
NSTableView. Can I safely typecast this to (NSString *)? In which
case, maybe the docs should say that this is an (NSString *) instead
of (id)?
- A documentation dumdum William Squires
- Re: A documentation dumdum Jeff LaMarche
- Re: A documentation dumdum Jens Alfke
- Re: A documentation dumdum William Squires
- Re: A documentation dumdum Quincey Morris
- Re: A documentation dumdum Daniel Richman