ftp.nice.ch/pub/next/graphics/render/ShaderInspector.NIHS.bs.tar.gz#/ShaderInspector/Source/GenericShaderInspector.h

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

//	Copyright 1992  Thomas A. Dilligan
//		All Rights Reserved
//
// For best results, set tabstop=4

#import <appkit/appkit.h>
#import <3Dkit/3Dkit.h>
#ifndef GENERICSHADERINSPECTORH
#define GENERICSHADERINSPECTORH

@interface GenericShaderInspector:Object
{
	id	browser;
	id	buttons;
	id	colorValue;
	id	stringValue;
	id	shader;
	id	window;
}

- browserAction:sender;
- buttonsAction:sender;
- colorValueAction:sender;
- stringValueAction:sender;
- (int)browser:sender getNumRowsInColumn:(int)column;
- browser:sender loadCell:cell atRow:(int)row inColumn:(int)column;
- showSelfAndInspect:aShader;


@end
#endif

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