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

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

#import <appkit/appkit.h>

@interface ADSlave:Object
{
	id	adCtrl;
	id	tvCtrl;
	char	*directory;
}

- init:sender with:controller dir:(const char *)path;
- free;
- donext: sender;
- dostep: sender;

@end

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