Re: Terminate on Close
Re: Terminate on Close
- Subject: Re: Terminate on Close
- From: Wade Tregaskis <email@hidden>
- Date: Thu, 13 Nov 2003 16:40:26 +1100
- (BOOL) applicationShouldTerminateAfterLastWindowClosed:
(NSApplication *) theApplication {
return YES;
}
This works, is this the correct or preferred way to do this?
Yes, this is the method I was thinking of.
Wade Tregaskis
-- Sed quis custodiet ipsos custodes?
_______________________________________________
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.