Skip navigation.
 
mlA documentation dumdum
FROM : William Squires
DATE : Sun Jun 22 18:02:36 2008

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)?

Related mailsAuthorDate
mlA documentation dumdum William Squires Jun 22, 18:02
mlRe: A documentation dumdum Jeff LaMarche Jun 22, 18:13
mlRe: A documentation dumdum Daniel Richman Jun 22, 18:14
mlRe: A documentation dumdum Jens Alfke Jun 22, 18:22
mlRe: A documentation dumdum William Squires Jun 22, 18:46
mlRe: A documentation dumdum Quincey Morris Jun 22, 21:44