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

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

//----------------------------------------------------------------------------------------------------
//
//	ColorBrowserInspector
//
//	Inherits From:		IBInspector
//
//	Declared In:		ColorBrowserInspector.h
//
//	Class Description
//
//		ColorBrowserInspector manages IB Attributes inspection for
//		an instance of the ColorBrowser class.
//
//
//	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 <apps/InterfaceBuilder.h>


@interface ColorBrowserInspector : IBInspector
{
	id	colorBrowser;
	id	colorPanel;
   	id    	horizontalScrolling;
    	id    	verticalScrolling;
    	id    	options;
	id	font;
}


//----------------------------------------------------------------------------------------------------
//	Setting Attributes
//----------------------------------------------------------------------------------------------------
- setTextColor;
- setHorizontalScrolling;
- setVerticalScrolling;
- setOptions;


//----------------------------------------------------------------------------------------------------
//	Reverting Attributes
//----------------------------------------------------------------------------------------------------
- revertTextColor;
- revertHorizontalScrolling;
- revertVerticalScrolling;
- revertOptions;


@end

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