ftp.nice.ch/pub/next/tools/tape/QicTapeInsert.1.1.N.bs.tar.gz#/QicTapeInsert-v1.1.N.bs/NewWindow.h

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

#import <appkit/appkit.h>

@interface NewWindow:Object
{
	id outputTitleField;
  id newwindow;
  id contentField;
	id contentText;
	id outputTitleText;
  id group;
	id stringSet;	// an external string resource
	id spanel;		// for the SavePanel
	char *filename;
}
- setOutputTitleField:anObject;
- setContentField:anObject;
- setFilename: (const char *) aFilename;
- contentfield;
- outputtitlefield;
- group;
- setUp;
- window;
- loadFile:(const char *)fileName;
- saveAs:sender;
- save:sender;
- textDidGetKeys:sender isEmpty:(BOOL)flag;
- windowWillClose:sender;
@end

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