This is DView.h in view mode; [Download] [Up]
#import <appkit/View.h>
@interface DView:View
{
id nameField;
id theImage;
id buffer;
}
- initFrame:(const NXRect *)frameRect;
- free;
- drawSelf:(NXRect *)rects :(int)rectCount;
- mouseDown:(NXEvent *)event;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.