ftp.nice.ch/pub/next/developer/resources/classes/UHInspector.1.2.N.bs.tar.gz#/UHInspector_1.2/Inspector2Demo/BlockInspector.m

This is BlockInspector.m in view mode; [Download] [Up]

#import "BlockInspector.h"

@implementation BlockInspector
 
- doRevert:sender
{
	[colorWell setColor:[object blockColor]];
	return self;
}



- doOk:sender
{
	[object setBlockColor:[sender color]];
	return self;
}

	
@end

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