ftp.nice.ch/Attic/openStep/developer/resources/IconKit.4.2.1.sd.tgz#/IconKit.4.2.1/Framework/IKBrowserCell.h

This is IKBrowserCell.h in view mode; [Download] [Up]

#import <AppKit/NSBrowserCell.h>

#import "IKDependency.h"

@interface NSObject (IKBrowserCellDelegate) <IKDependency>
- (NSString *)name;
- (BOOL) isLeaf;
- (BOOL)respondsToSelector:(SEL)message;
@end

@interface IKBrowserCell:NSBrowserCell
{
	id		delegate,
			matrix;
	BOOL	needsErase;
}

- (void)dealloc;
- (void)setDelegate:(id)theDelegate;
- delegate;
- willFree: sender;
- (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView; ;
- didChangeName: sender;
- didChangeProperties: sender;

@end

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