On Sat, Mar 8, 2008 at 1:21 PM, Stephane Sudre <[EMAIL PROTECTED]> wrote: > Maybe it's possible in IB 3 to set the class for the > NSTableHeaderView of a NSOutlineView but this would ruin my nib file > since I'm developing on Tiger.
Dunno where/if this is documented, but the header view is obtained by sending a message to the NSScrollView's document view (I think it's -headerView). You could override this method in an NSOutlineView class to return an instance of your custom view. --Kyle Sluder _______________________________________________ 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]