Re: NSMatrix and rows
Re: NSMatrix and rows
- Subject: Re: NSMatrix and rows
- From: Greg Titus <email@hidden>
- Date: Tue, 22 Jul 2003 12:19:21 -0700
On Tuesday, July 22, 2003, at 11:32 AM, Francisco Tolmasky wrote:
In the documentation it says that
- (void) renewRows: (int) newRows columns: (int) newCols
never frees cells. Does this mean that if newRows is smaller than the
current number of rows the old rows you don't want anymore won't go
away?
They will visibly go away. The leftover cells will be kept around
invisibly by the NSMatrix and possibly reused later on if you increase
the number of rows again.
Hope this helps,
- Greg
_______________________________________________
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.