Re: Trouble with a save panel
Re: Trouble with a save panel
- Subject: Re: Trouble with a save panel
- From: Scott Anguish <email@hidden>
- Date: Sat, 15 Mar 2003 19:33:22 -0500
On Saturday, March 15, 2003, at 07:09 PM, David Wood wrote:
didEndSelector should have the following signature:
- (void)savePanelDidEnd:(NSSavePanel *)sheet
returnCode:(int)returnCode contextInfo:(void *)contextInfo;
...but the sample code explicitly uses didEnd:returnCode:contextInfo:
as a return method, and the code elsewhere matches it.
in this case they're talking about the signature, that is, the values
it expects as parameters, and the result it returns.
so, this is fine.
_______________________________________________
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.