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.