ftp.nice.ch/pub/next/developer/objc/appkit/Briefcase.2.0.N.bs.tar.gz#/Version2.0/DView.h

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.