ftp.nice.ch/pub/next/tools/frontends/Emacs.3.0.1.s.tar.gz#/Emacs-3.0.1/PrefControl.h

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

/* The PrefControl interface for Emacs.

   For legal stuff see the file COPYRIGHT.  */

#import <appkit/appkit.h>

@interface PrefControl: Object
{
  id autoLaunchSwitch;
  id defaultAppSwitch;
  id spaceSlider;
  id emacsPathField;
  id lispPathField;
  id openPanel;
}

-windowDidBecomeKey: sender;
-autoLaunch: sender;
-defaultApp: sender;
-spaceChanged: sender;
-emacsPathChanged: sender;
-lispPathChanged: sender;
-selectEmacsPath: sender;
-selectLispPath: sender;
-defaultEmacsPath: sender;
-defaultLispPath: sender;
-setEmacsPath: (const char *) path;
-setLispPath: (const char *) path;

@end

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