This is ImageView.h in view mode; [Download] [Up]
//---------------------------------------------------------------------------------------------------- // // ImageView // // Inherits From: View // // Declared In: ImageView.h // // Class Description // // A simple view subclass used to composite eps and tiff files. // // Disclaimer // // You may freely copy, distribute and reuse this software and its // associated documentation. I disclaim any warranty of any kind, // expressed or implied, as to its fitness for any particular use. // //---------------------------------------------------------------------------------------------------- #import <appkit/appkit.h> @interface ImageView : View { id image; } - image; - image: anImage; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.