ftp.nice.ch/pub/next/science/mathematics/workbench/Differentiator.s.tar.gz#/Differentiator/DifferentiatorInspector.h

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

// DifferentiatorInspector.h
// By Charles G. Fleming, Educational Computing Services, Allegheny College.
// Copyright 1993, Allegheny College.
// You may freely copy, distribute and reuse this code. 
// Allegheny College and the author disclaim any warranty of any kind, 
// expressed or implied, as to its fitness for any particular use.

#import <appkit/appkit.h>

#import "ToolAndInspectorProtocols.h"

@interface DifferentiatorInspector:Object <WBToolInspector>
{
    id	window;
	id 	object;

	// Instance variables specific to the particular inspector you are
	// building.
	id	orderTextField;
	id	differentiationVariableTextField;
	id	inputFormButton;
}

- ok:sender;
- revert:sender;
@end

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