Populating an NSBrowser (Cocoa OSX)

Posted by Michael Minerva on Stack Overflow See other posts from Stack Overflow or by Michael Minerva
Published on 2010-04-28T21:19:29Z Indexed on 2010/04/29 4:17 UTC
Read the original article Hit count: 508

Filed under:
|
|

I want to make a widget that displays a column of selectable text data. It seems that the NSBrowser is the best cocoa object to do this but I cannot figure out how to populate the NSBrowser with any sort of data. I assume I can set the string value of an NsBrowserCell but no where in the documentation can I find where to add a new cell to a column. Am I using the wrong object?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about osx