Re: Does NSImageView dispose of it's image
Re: Does NSImageView dispose of it's image
- Subject: Re: Does NSImageView dispose of it's image
- From: Scott Anguish <email@hidden>
- Date: Sun, 1 Feb 2004 03:27:08 -0500
if the docs don't explicitly state that the image is not retained, then
you can assume that when you set a new image, any existing image gets a
release (or autorelease)
On Feb 1, 2004, at 1:21 AM, Stefan Pantke wrote:
Documentation does not state explicitly, that NSImageViews
disposes of it's PREVIOUS image if
setImage:
is calls. It just states, that the method set's the new image.
Does someone knows details?
_______________________________________________
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.