Re: refreshing the header title for an NSTableColumn
Re: refreshing the header title for an NSTableColumn
- Subject: Re: refreshing the header title for an NSTableColumn
- From: Corbin Dunn <email@hidden>
- Date: Thu, 10 Nov 2005 10:29:56 -0800
You probably want to do [[tableView headerView] setNeedsDisplay:YES];
However, this is probably a bug. I'll investigate. thank you!
--corbin
On Nov 10, 2005, at 7:54 AM, gennady wexler wrote:
Whats is the proper syntax? Does this method needs to be called on
the super
class?
On 11/10/05 6:25 AM, "Hamish Allan" <email@hidden> wrote:
NSTableHeaderView, being a subclass of NSView, has a setNeedsDisplay:
method.
_______________________________________________
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