This is ScriptInspector.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <objc/Object.h> @interface ScriptInspector:Object { // Outlets id scriptNameForm; id confirmToggle; id errorTerminateToggle; id foregroundToggle; id iconTypeToggle; id resultIconPathForm; id helpTextForm; // connectives id stateManager; id activeScript; } - appDidInit: sender; // passing parameters - activeChanged; - (const char *) scriptName; - (int) confirm; - (int) errorTerminate; - (int) foreground; - (int) iconType; - (const char *) resultIconPath; - (const char *) helpText; // actions - scriptOK: sender; - help: sender; - modified; - saved; // glues - setScriptNameForm: anObject; - setConfirmToggle: anObject; - setErrorTerminateToggle: anObject; - setForegroundToggle: anObject; - setIconTypeToggle: anObject; - setResultIconPathForm: anObject; - setHelpTextForm: anObject; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.