This is Document.h in view mode; [Download] [Up]
#import <objc/Object.h>
@interface Document:Object
{
id window;
id theText;
id textController;
}
- init;
- initDocumentFromFile:
(const char *)fullPathname;
- showDocument;
- saveDocumentToFile:
(const char*)fullPathname;
- textDidGetKeys:sender isEmpty:(BOOL)flag;
- showError:(const char*)errorMessage;
- window;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.