ftp.nice.ch/pub/next/developer/objc/appkit/DragDemo.1.1.s.tar.gz#/DragDemo_1.1/DiagramCell.h

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

#import <appkit/appkit.h>  //Standard for 3.0, inefficient for 2.1.

@interface DiagramCell:Object

{
	NXRect frameRect;
	NXImage *image;
}
	
- setImage:(NXImage *)anImage;
- getFrame:(NXRect *)rect;
- moveBy:(NXCoord)dx :(NXCoord)dy inViewRect:(NXRect *)rect;
- mouseHit:(NXPoint *)location;
- drawSelf;
- drawInDirtyRect:(NXRect *)rect;

@end

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