ftp.nice.ch/pub/next/tools/calculators/Calculette.NIHS.bs.tar.gz#/Calculette/Source/Printer.h

This is Printer.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface Printer:Object
{
  id text;
  id window;
  char *file;
}

- text;
- window;
- (char *)file;

- setFile:(const char *)aFile;

- appendToText:(const char *)aText;

- load:(const char *)aFile;

- saveAs:sender;
- save:sender;
- revert:sender;
- print:sender;

@end

@interface Printer (WindowDelegate)

- windowWillClose:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.