[Newbie] NSOutlineView and setFont: ?
[Newbie] NSOutlineView and setFont: ?
- Subject: [Newbie] NSOutlineView and setFont: ?
- From: Jérome Foucher <email@hidden>
- Date: Mon, 24 Feb 2003 17:38:38 +0100
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.