ftp.nice.ch/pub/next/science/chemistry/BeakerBoy.0.31.s.tar.gz#/BeakerBoy.0.31.s/Inspector.subproj/AtomInspector.subproj/BBAtomGraphicsController.h

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

/* BBAtomGraphicsController.h				 
 *
 * This subclass of MiscInspector is in charge of the atom graphics
 * settings.
 *
 * Usage: Just see the NIB and code. Not very reusable anyway.
 *		  Currently we only control the color.
 *
 * Written by: 		Thomas Engel
 * Created:    		11.01.1994 (Copyleft)
 * Last modified: 	12.05.1994
 */

#import <misckit/MiscInspector.h>

@interface BBAtomGraphicsController:MiscInspector
{
	id	colorWell;
}

- colorDidChange:sender;
- resetColor:sender;
- ok:sender;
- revert:sender;

@end

/*
 * History: 12.05.94 Converted to fit BB... naming
 *
 *			08.02.94 MiscInspector changes made.
 *
 *			11.01.94 First implementation.
 *
 *
 * Bugs: - not very likely.
 */

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