ftp.nice.ch/pub/next/tools/screen/autodim.1.2.N.bs.tar.gz#/autodim/AutodimApp.h

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

/*****************************************************************************/
/*
	AutodimApp.h
	Copyright 1991 by Victor Barger.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

    Author: Victor Barger
    email:  barger@cs.wisc.edu
    mail:	16 N. Allen St., Madison, WI  53705-3924, U.S.A.
*/
/*****************************************************************************/

#import <appkit/Application.h>

/*****************************************************************************/
@interface AutodimApp:Application
{
    id	slider;
	id	editField;
	id	autodimPanel;
	id	infoPanel;

	int cur_level, def_level;
}

- appDidInit:sender;

- revert:sender;
- set:sender;
- info:sender;

@end

/*****************************************************************************/

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