I have an NSOutlineView built in IB, each column I added is automatically given this same format (where indents imply children).
NSTableColumn NSTableCellView NSTextField NSTextFieldCell NSTextFieldCell (called ‘Text Cell’) I believe I understand the hierarchy under the NSTableCellView - that’s just giving me in the end a TextField to put a label in. But what is the second child of the NSTableColumn, the one called “Text Cell”? I can delete the NSTableCellView, but not its NSTextFieldCell sibling at the bottom. Is that ‘Text Cell’ something to do with the old cell-based table (I’m using a view-based table) or is it something else? It’s not hooked up to anything, no connection to an outlet, it just .. sits there. When you select it in the sidebar the entire column is highlighted, unlike selecting the NSTableCellView which just highlights as if it were the top cell of the column. _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com