ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/examples/SavePanel/Brain.h

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

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

@interface Brain:Object
{
	id	fileText;
    id	savePanel;
	id	openPanel;
	id	outputText;

	char *outputString;
	FILE *theFile;
}

- init;
- free;
- saveIt:sender;
- openIt:sender;
- clearText:sender;

@end

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