Re: NSOutlineView - How to hide disclosure triangle for root nodes ?
Re: NSOutlineView - How to hide disclosure triangle for root nodes ?
- Subject: Re: NSOutlineView - How to hide disclosure triangle for root nodes ?
- From: Jim Puls <email@hidden>
- Date: Wed, 25 Nov 2009 13:11:40 -0800
Yes, the documentation for that (Snow Leopard) delegate method tells you where to go: subclass NSOutlineView, implement the (Leopard) method
- (NSRect)frameOfOutlineCellAtRow:(NSInteger)row
and return NSZeroRect for the appropriate row(s).
-> jp
On Nov 25, 2009, at 11:38 AM, Mario Kušnjer wrote:
> Disregard that last question.
> I have just checked online documentation on Apple Dev site.
> It's Snow Leopard feature, not available in Leopard.
>
> So, I should subclass NSOutlineView to solve my problem (on Leopard) ?
>
> Mario Kušnjer
> email@hidden
> +385957051982
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden