nscolumn title redrawing
nscolumn title redrawing
- Subject: nscolumn title redrawing
- From: Francisco Tolmasky <email@hidden>
- Date: Mon, 27 Jan 2003 22:55:52 -0800
Ok, in a program I'm writing I change the title of a column, like this
(where self is a column):
[[self headerCell] setStringValue: @"new title"];
First off, is this correct?
Secondly, if it is, how do I tell the column to redraw the header cell.
Currently it waits until I click it again or do something else to show
the new title.
_______________________________________________
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.