ftp.nice.ch/peanuts/GeneralData/Documents/books/AlexNeXTSTEPSource.tar.gz#/NSProgramming/Chapter10_Help/Words/Document.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>

@interface Document:Object
{
	id window;
	id theText;
	id textController;
	const char *filename;
}

- init;
- (BOOL)initDocumentFromFile:
  (const char *)fullPathName;
- showDocument;
- saveDocumentToFile:
  (const char*)fullPathName;
- textDidGetKeys:sender isEmpty:(BOOL)flag;
- showError:(const char*)errorMessage;
- setFilename:(const char *)fullPathName;
- (const char*)filename;

@end

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