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

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

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


#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
#import "MiscSwapKit.subproj/MiscSwapView.h"


@interface MiscSwapKitPalette:IBPalette
{
    id	realSwapObject;
    id	swapImageView;
}

- finishInstantiate;

@end


// This only works because the default drawSelf in the MiscSwapView class
// doesn't do much anyways. Since it doesn't draw anything, you cannot 
// see the object in the palette window or anywhere in IB. This fixes that.

@interface MiscSwapView (IBDisplaying)

- drawSelf:(const NXRect *)rects :(int)rectCount;

@end

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