ftp.nice.ch/pub/next/developer/resources/palettes/ColorBrowser.1.0.N.bs.tar.gz#/ColorBrowser/UsingColorBrowserPalette/UsingColorBrowserController.h

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

//---------------------------------------------------------------------------------------------------------
//
//	UsingColorBrowserController
//
//	Inherits From:		Object
//
//	Declared In:		UsingColorBrowserController.h
//
//	Class Description
//
//		Application controller for UsingColorBrowserPalette example.
//		Messages an instance of ColorBrowser to perform actions.
//
//
//	Disclaimer
//
//		You may freely copy, distribute and reuse this software and its
//		associated documentation. I disclaim any warranty of any kind, 
//		expressed or implied, as to its fitness for any particular use.
//
//---------------------------------------------------------------------------------------------------------
#import <appkit/appkit.h>

@interface UsingColorBrowserController:Object
{
	id				browser;
	NXColor			color;
	NXHashTable*	classes;
	NXHashState 		state;
}

//---------------------------------------------------------------------------------------------------------
//	Action Methods
//---------------------------------------------------------------------------------------------------------
- setColor: sender;
- allCellsInColumn: sender;
- selectedCells: sender;
- stringValue: sender;

@end

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