ftp.nice.ch/Attic/openStep/developer/resources/IconKit.s.tgz#/IconKit-4.2/Palette/IKCellInspector.h

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

#import <AppKit/AppKit.h>
#import <InterfaceBuilder/InterfaceBuilder.h>

@interface IKCellInspector : IBInspector 
{
	id
		look,
		tag,
		container,
		options,
		layout;
}
- init;
- updateLook: sender;
- updateContainer: sender;
- updateOptions: sender;
- updateLayout: sender;
- updateTag: sender;
- (void)ok:(id)sender;
- (void)revert:(id)sender;
- (BOOL) wantsButtons;

@end

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