This is MyPrintInfo.h in view mode; [Download] [Up]
/* MyPageLayout.m * Purpose: A very simple subclass of PrintInfo that adds a flag describing * how the application's views should assist in pagination while printing. * * You may freely copy, distribute, and reuse the code in this example. * NeXT disclaims any warranty of any kind, expressed or implied, as to its * fitness for any particular use. */ #import <appkit/PrintInfo.h> @interface MyPrintInfo:PrintInfo { int paginationMode; } - setPaginationMode:(int)status; - (int) paginationMode; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.