Re: How to completely destroy/close a Window
Re: How to completely destroy/close a Window
- Subject: Re: How to completely destroy/close a Window
- From: Jens Alfke <email@hidden>
- Date: Tue, 27 Oct 2015 12:58:32 -0700
> On Oct 27, 2015, at 12:13 PM, Dave <email@hidden> wrote:
>
> I know I’ve seen a property that controls if a Window’s storage is released etc and the window properly closed or if it just “hides” but I can’t seem to find it? I’ve looked in NSWindowController and NSWindow but I just can’t see it anywhere.
NSWindow.h, line 373:
@property (getter=isReleasedWhenClosed) BOOL releasedWhenClosed;
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden