ftp.nice.ch/pub/next/graphics/viewer/pCD.0.34.N.bs.tar.gz#/pCD0.3.4/ImageView.h

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

#import <appkit/View.h>

@interface ImageView:View
{
	id	theImage;
	NXRect	selectRect;
}

- initForImage:(id)img :(const NXRect *)rect;
- (BOOL)acceptsFirstResponder;
- (BOOL)acceptsFirstMouse;
- (id) image;

@end

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