ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Palettes/MiscPaperViewPalette/MiscColorViewInspector.h

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

// Copyright (C) 1995
// Use is governed by the MiscKit license

#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>

@interface MiscColorViewInspector:IBInspector
{
	id	backgroundColorWell;
	id	desktopcolorSwitch;
}

- init;
- revert:sender;
- colorChanged:sender;
- desktopcolorUseChanged:sender;
- (BOOL)wantsButtons;

@end

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