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

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

/* BBDefaultCamera.h				 
 *
 * This is a swapable defaults provider that serves the BBCameraWindow.
 *
 * Usage: Just ask for the defaults data you need.
 *
 * Written by: 		Thomas Engel
 * Created:    		14.05.1994 (Copyleft)
 * Last modified: 	24.05.1994
 */

#import <misckit/MiscSwapContentsController.h>

@interface BBDefaultCamera:MiscSwapContentsController
{
	id	backgroundColor;
	id	printBackgroundSwitch;
}

- revert:sender;
- (BOOL)hasDefaultsFor:anObject;

- (NXColor)backgroundColor;
- (BOOL)doesPrintBackgroundColor;

@end

/*
 * History: 24.05.94 Added support for backgroundColor printing.
 *
 *			14.05.94 First implementation.
 *
 *
 * Bugs: - Not fully implemented yet.
 */

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