home *** CD-ROM | disk | FTP | other *** search
-
- #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
-
-