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.