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

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

/* ToolBoy.h				 
 *
 * This is the manager of all the tools. It controls were to get them and how
 * to start/activate them.
 *
 * Usage: ...
 * 
 * Attention: This Object will change a lot !!!!
 *
 * Written by: 		Thomas Engel
 * Created:    		25.11.1993 (Copyleft)
 * Last modified: 	25.01.1994
 */

#import <appkit/appkit.h>

@interface ToolBoy:Object
{
	id		window;
	id		swapView;
	id		buttonMatrix;
}

- makeKeyAndOrderFront:sender;

@end

/*
 * History: 25.01.94 Made it MiscSwap compatible.
 *
 *			25.11.93 Added some basic methods for testing. Later this object
 *					 will be completly different!
 *
 *
 * Bugs: Sure!
 */

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