ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Palettes/MiscArrowButtonAndGaugeView/MiscGaugeView_IB.m

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

/* MiscGaugeView_IB.m created by todd on Sat 13-Jul-1996 */

#import <AppKit/AppKit.h>
#import "MiscGaugeView_IB.h"


@implementation MiscGaugeCell (IBInspector)

- (NSString *) inspectorClassName
{
    return @"MiscGaugeViewInspector";
}

@end


@implementation MiscGaugeView (IBInspector)

- (NSString *) inspectorClassName
{
    return @"MiscGaugeViewInspector";
}

@end

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