This is DGPrintInfo.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface DGPrintInfo:PrintInfo { int horizontalPages; int verticalPages; int unit; char printMarker; } + (const char *)rcsId; - write:(NXTypedStream *)stream; - read:(NXTypedStream *)stream; - setPrintMarker:(char)aMarker; - setVerticalPages:(int)vPages; - setHorizontalPages:(int)hPages; - setUnit:(int)aUnit; - (char)printMarker; - getScaledPageSize:(NXSize *)aSize; - (int)verticalPages; - (int)horizontalPages; - (int)unit; - init; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.