home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/Application.h>
- #import <sys/param.h> //for MAXPATHLEN
-
- @interface SterOptikonApp:Application
- {
- char appDirectory[MAXPATHLEN]; /* The path to the application */
- char openFileName[MAXPATHLEN];
- }
-
- + new;
- - (const char *)appDirectory;
- - (BOOL)appAcceptsAnotherFile:sender;
- - (int)openFile:(const char *)filename ok:(int *)flag;
- - (char *)getInitialFile;
- @end
-