< Previous PageNext Page > Hide TOC

Deprecated NSApplication Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.4

application:printFiles:

(Deprecated in Mac OS X v10.4. Use application:printFiles:withSettings:showPrintPanels: instead.)

- (void)application:(NSApplication *)sender printFiles:(NSArray *)filenames

Discussion

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.

Availability
Declared In
NSApplication.h

< Previous PageNext Page > Hide TOC


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-02-04)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.