home *** CD-ROM | disk | FTP | other *** search
-
- #import <objc/Object.h>
- #import <appkit/appkit.h>
- #import <libc.h>
- #import <sys/dir.h>
- #import <sys/stat.h>
- #import <sys/types.h>
- #import <strings.h>
-
- @interface Controller:Object
- {
- id curTextView;
- id selTextView;
- id browserView;
- }
-
- - init;
-
- - appDidInit:sender;
-
- - changeFile:sender;
-
- - selectFile:sender;
-
- - (int)browser:sender fillMatrix:matrix inColumn:(int)column;
-
-
- @end
-