Re: [Newbie] NSOutlineView and setFont: ?
Re: [Newbie] NSOutlineView and setFont: ?
- Subject: Re: [Newbie] NSOutlineView and setFont: ?
- From: olivier <email@hidden>
- Date: Mon, 24 Feb 2003 10:57:21 -0600
set the font on the protoype cell of each column.
olivier
On Monday, February 24, 2003, at 10:38 AM, Jirome Foucher wrote:
Hi all,
Once again, I fight against my NSOutlineView....
This time I want to set the font of each column individually, or at
least set a global font for the whole outline view.
I call :
[outlineView setFont:[NSFont systemFontOfSize[NSFont
smallSystemFontSize]]];
... but nothing. No crash, no log, but the method simply doesn't seem
to be implemented for NSOutlineView
What are my options ?
Do I need to set a custom prototype cell for each column ? or is there
something more subtle ?
Thanks
Jirome
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.