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

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

#import "NoSelectionWoodInspector.h"
#import "WoodApp.h"

@implementation NoSelectionWoodInspector

- (BOOL)doesHandleSelection
{
	if( [self selectionCount] < 1 && [NXApp currentDocument])
			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.