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.