home *** CD-ROM | disk | FTP | other *** search
- /*
-
- File AppDelegate.h
-
- The application delegate is responsible for updating menus and handling basic menu commands.
-
- */
-
- #import <objc/Object.h>
-
-
- /* ———————————————————————————————————————————————————————————————————————————— */
-
-
- @interface AppDelegate:Object
- {
- id inspector;
- }
-
- - appDidInit: sender;
- - (BOOL) appAcceptsAnotherFile: sender;
- - (BOOL) app: sender openFile: (const char *) file type: (const char *) type;
- - new: sender;
- - open: sender;
- - (BOOL) menuItemUpdate: menuCell;
- - mainCrossword;
- - mainPuzzle;
-
- @end
-