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

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

/* MiscArrowButton_IB.m created by todd on Thu 11-Jul-1996 */

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


@implementation MiscArrowButtonCell (IBInspector)

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

- (NSString *) editorClassName
{
    return @"<sigh> When will we get to use this?";
}

@end


@implementation MiscArrowButton (IBInspector)

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

- (NSString *) editorClassName
{
    return @"<sigh> When will we get to use this?";
}

@end

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