ftp.nice.ch/pub/next/graphics/bitmap/dips.1.00.s.tar.gz#/HIPS/_hips/HipsView.h

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

/**
 **
 ** INTERFACE SECTION
 **
 **/

#import 	<appkit/View.h>

@interface HipsView: View
{
    id 		thiswindow, thisview;
    id		hipsImage;
    int 	xsize, ysize;
    FILE	*fp;
    NXRect	temprect;
}
+new;
-open: (char *)fileName file: (char *)file;
-drawSelf: (const NXRect *)rects : (int)rectCount;
-free;
@end


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