ftp.nice.ch/pub/next/science/mathematics/workbench/ToolBuilder.s.tar.gz#/ToolBuilder/ToolTemplate.h

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

#import <appkit/appkit.h>

#import "ToolAndInspectorProtocols.h"

@interface XXXX:Object <WBTool>
{
	id	inputText;
	id	outputText;
	id	outputViewBox;
	id	inspector;
CONNECTORIDS
	// Instance variables specific to the particular tool you are building.

}

- init;
SETMETHODSH
// Implement methods that will be called by your inspector's ok: and
// revert methods.
@end

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