home *** CD-ROM | disk | FTP | other *** search
- /*
- MainDelegate.h - Copyright (c) 1992 NeXT Computer, Inc.
-
- You may freely copy, distribute and reuse the code in this example.
- NeXT Computer, Inc. disclaims any warranty of any kind, expressed or implied,
- as to its fitness for any particular use.
- */
-
- #import <appkit/appkit.h>
-
- @interface MainDelegate:Object
- {
- id chooser;
- id findPanel;
- id windows;
- id topicPanel;
- id topicBrowser;
- id mainStore;
- id calView;
-
- id cursor;
- int count;
- int hintRow;
- char appDirectory[1 + MAXPATHLEN]; // The path to the application
- }
-
- - appDidInit:sender;
- - appWillTerminate:sender;
-
- - recordManager;
-
- - popChooser:sender;
- - dateDidChange:sender;
-
- - windowWillDisappear:sender;
-
- @end
-