A method identified as deprecated has been superseded and may become unsupported in the future.
(Deprecated in Mac OS X v10.4. Use application:printFiles:withSettings:showPrintPanels:
instead.)
- (void)application:(NSApplication *)sender printFiles:(NSArray *)filenames
Identical to application:printFile:
except that the receiver prints multiple files corresponding to the file names in the filenames array.
Delegates should invoke the replyToOpenOrPrint:
method upon success or failure, or when the user cancels the operation.
NSApplication.h
© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-04)