home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
- #import <appkit/Application.h>
- #import <appkit/OpenPanel.h>
- #import <appkit/SavePanel.h>
- #import <appkit/MenuCell.h>
- #import <appkit/View.h>
- #import <strings.h>
- #import <stdlib.h>
- #import <appkit/Panel.h>
- #import "ImageView.h"
-
- @interface Controller:Object
- {
- id newImage;
- id newWindow;
- id infoPanel;
- id saveBut;
-
- int pics, nextX, nextY;
- id windows[16], views[16];
- BOOL first;
- }
-
- - init;
- - openImage:sender;
- - saveImage:sender;
- - (BOOL)openFile:(const char *)name;
- - info:sender;
- - (int)app:sender openFile:(const char *)file type:(const char *)type;
- - (BOOL)appAcceptsAnotherFile:sender;
-
- @end
-