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