ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Palettes/MiscSwapViewPalette/MiscSVInspector.h

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

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

#import <InterfaceBuilder/InterfaceBuilder.h>

@interface MiscSVInspector : IBInspector
{
    id	backgroundColorWell;
    id	backgroundDrawingSwitch;
    id	optionMatrix;
}

- (id)init;
- (void)revert:sender;
- (void)colorChanged:sender;
- (void)optionChanged:sender;
- (BOOL)wantsButtons;

@end


@interface MiscSwapView (IBInspector)

- (NSString *)inspectorClassName;

@end

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