Contents

printShowingPrintPanel:

Prints the current document’s data.

Declaration

- (void) printShowingPrintPanel:(BOOL) flag;

Discussion

Overridden by subclasses to print the current document’s (the receiver’s) data; if flag is true, the implementation should first display the Print panel. This method is typically invoked by printDocument: with an argument of true. The default implementation does nothing. If there is any printing information other than that encoded in the receiver’s NSPrintInfo object, subclasses should get it here.

See Also

Methods