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.