home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------*/
- /* */
- /* DISCLAIMER NOTICE */
- /* */
- /* This document and/or portions of the material and data furnished */
- /* herewith, was developed under sponsorship of the U.S. Government. */
- /* Neither the U.S. nor the U.S.D.O.E., nor the Leland Stanford */
- /* Junior University, nor their employees, nor their respective */
- /* contractors, subcontractors, or their employees, makes any */
- /* warranty, express or implied, or assumes any liability or */
- /* responsibility for accuracy, completeness or usefulness of any */
- /* information, apparatus, product or process disclosed, or */
- /* represents that its use will not infringe privately-owned rights. */
- /* Mention of any product, its manufacturer, or suppliers shall not, */
- /* nor is it intended to, imply approval, disapproval, or fitness for */
- /* any particular use. The U.S. and the University at all times */
- /* retain the right to use and disseminate same for any purpose */
- /* whatsoever. */
- /* */
- /*--------------------------------------------------------------------*/
- /* */
- /* Copyright (C) 1990 The Board of Trustees of The Leland Stanford */
- /* Junior University. All Rights Reserved. */
- /* */
- /*--------------------------------------------------------------------*/
- /* Written by Paul Kunz, pfkeb@ebnextk.slac.stanford.edu */
-
- #import <objc/Object.h>
-
- @interface Defaults:Object
- {
- id terminalPanel;
- id terminalForm;
- id shellPanel;
- id shellForm;
- char *theApp;
- id thePanel;
- id aForm;
- char **theParms;
- }
- - setTerminalPanel:anObject;
- - setTerminalForm:anObject;
- - setShellPanel:anObject;
- - setShellForm:anObject;
- - menuTerminal:sender;
- - menuShell:sender;
- - getDefaults;
- - ok:sender;
- - cancel:sender;
- @end
-