ftp.nice.ch/pub/next/graphics/viewer/ToyViewer.2.6a.s.tar.gz#/ToyViewer2.6a/src/ToyWinPPM.h

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

#import "ToyWin.h"

@interface ToyWinPPM : ToyWin
{
	char **execList;
	const char *extension;
}

- (commonInfo *)drawToyWin:(const char *)fileName type:(int)type
	map:(unsigned char **)map err:(int *)err;
- setExecList: (char **)list ext: (const char *)type;
	/* list is free-ed by this obj */

@end

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