home *** CD-ROM | disk | FTP | other *** search
- /* 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
-