Re: termination
Re: termination
- Subject: Re: termination
- From: "Shawn Erickson" <email@hidden>
- Date: Thu, 31 Aug 2006 11:59:45 -0700
On 8/31/06, Roland Silver <email@hidden> wrote:
NSApplication has a method
- (void)terminate:(id)sender
Is the argument required? Can I do this?:
[NSApp terminate:NULL];
That is an action message. You can send nil.
[NSApp terminate:nil] but often you would send self (to note who the sender is).
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >termination (From: Roland Silver <email@hidden>) |