ftp.nice.ch/pub/next/unix/graphics/GnuTerm.1.1a.NI.bs.tar.gz#/GnuTerm_1.1a/source/GTsource.tar.gz#/GTsource/NeXT/GnuView.h

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

#import <appkit/appkit.h>

#define NEXT_XMAX 7200
#define NEXT_YMAX 5040

@interface GnuView:View
{
	char *PSstring;
}

- drawSelf:(const NXRect *) rects : (int) rectCount;
- initFrame: (NXRect *)rects;
- executePS:(char *)PStext;
- free;


@end

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