ftp.nice.ch/pub/next/developer/objc/appkit/Lab1234.s.tar.gz#/Lab3/Solution/Controller.h

This is Controller.h in view mode; [Download] [Up]

/* Generated by the NeXT Interface Builder */

#import <appkit/appkit.h>
#import <objc/Object.h>

@interface Controller : Object
{
    id	openReq;	// OpenPanel for open requests 
    id	saveReq;	// SavePanel for save-in requests
    id	fontReq;	// FontManager for font requests
}

- showError:(char *)errorMessage;
- newTextView:sender;
- openRequest:sender;
-(int) openFile:(const char *)fileName;
- printRequest:sender;
- saveInRequest:sender;
- saveRequest:sender;
- saveWindow:win inPath:(const char *)name;
- windowWillClose:(id)whichWin;
- closeRequest:sender;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.