ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/Sources/MultipleSelectionWoodInspector.m

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

#import "MultipleSelectionWoodInspector.h"

@implementation MultipleSelectionWoodInspector

- (BOOL)doesHandleSelection
{
	if( [self selectionCount] > 1 )
			return YES;
	else	return NO;
}

@end

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