ftp.nice.ch/pub/next/developer/objc/services/Piper.1.2.N.bs.tar.gz#/Piper/Piper.h

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

#import <objc/Object.h>

@interface Piper:Object
{
	id	scriptList;
	id	scrollView;
	id	parameter;
	id	fontObj;
	id	textView;
	char	scriptDir[MAXPATHLEN];
	const char	*scriptName;
	char	*type;
	char	*data;
	int	length;
	int	clearParameter;
	int	clearWindow;
}

- pasteSelection:(id)pb userData:(const char *)userData error:(char **)msg;
- returnSelection:(id)pb userData:(const char *)userData error:(char **)msg;
- reloadScripts:sender;
- runScript:pb;
- setClearParameter:sender;
- setClearWindow:sender;

@end

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