Re: Changing Arrow In NSOutlineView
Re: Changing Arrow In NSOutlineView
- Subject: Re: Changing Arrow In NSOutlineView
- From: Corbin Dunn <email@hidden>
- Date: Tue, 9 Aug 2005 08:43:06 -0700
Le Aug 8, 2005 à 4:20 PM, Oliver Cameron a écrit :
I'm just wondering if there is a way to change the default arrow in
an NSOutlineView, the one used for collapsing levels.
Yes, you can. Tweak it in the delegate method:
- (void)outlineView:(NSOutlineView *)outlineView
willDisplayOutlineCell:(id)cell forTableColumn:(NSTableColumn *)
tableColumn item:(id)item;
corbin _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden