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