Re: Changing font in an NSTableView
Re: Changing font in an NSTableView
- Subject: Re: Changing font in an NSTableView
- From: Gerard Iglesias <email@hidden>
- Date: Thu, 10 Jul 2003 22:45:01 +0200
Hi,
You have to set the font of the header cell and data cell of the
NSTableColumn,
Regards
GI
On Thursday, July 10, 2003, at 10:07 PM, Graham Savage wrote:
Hi,
I have a Cocoa-Java app.
GUI built using Interface Builder.
I want to reduce the font size on an NSTableView.
In my awakeFromNIB() method I have:
tableview.setFont(NSFont.systemFontOfSize(8.0f));
seems to have no effect.
I am new to Cocoa programming, what am I doing wrong?
Thanks
Graham
_______________________________________________
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.