home *** CD-ROM | disk | FTP | other *** search
- #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
-