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.