ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Source/MiscInspectorKit/MiscNoSelInspector.m

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

/* MiscNoSelInspector.m				 
 *
 * This default inspector comes up when there is a No Selection.
 *
 * For more interface-info see the header file. In depth information
 * can be found here in the source-code.
 *
 * Written by: 		Thomas Engel
 * Created:    		09.02.1994 (Copyleft)
 * Last modified: 	09.02.1994
 *
 * Copyright (c) 1995 Thomas Engel
 */

#import <misckit/misckit.h>

@implementation MiscNoSelInspector

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

@end

/*
 * History: 09.02.1994 First code entered.
 *
 *
 * Bugs: - No;
 */

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