ftp.nice.ch/pub/next/tools/screen/backspace/old/SlideShow.N.bs.tar.gz#/SlideShow/PrefController.h

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

#import "SlideShowViewPart.h"

struct defValues {
	int fancy;
	int randomize;
	int slide;
	int debug;
	float steptime;
	float waittime;
	float fadedelta;
	char filelist[MAXPATHLEN];
};

@interface PrefController:Object
{
	id myPanel;

	id formOutlets;
	id switchOutlets;
	id filelistOutlet;

	struct defValues defv;
}

- init;

- loadDefaults;
- dispDefaults;

- formActions:sender;
- switchActions:sender;

- setAction:sender;
- editAction:sender;
- fileAction:sender;

- okAction:sender;
- revertAction:sender;

- allowMultipleFiles;

+ updatePanel;

@end

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