ftp.nice.ch/pub/next/connectivity/protocol/GateKeeper.2.2.s.tar.gz#/GateKeeper.2.2.s/SwapView.h

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

//************************************************************************
//
//	SwapView.h.  
//
//	Most of this file was derived from:
//	
//			SwapView.h and InspectorController.h
//			by Greg Burd
//			SwapItDemo, ver 2.0
//
//	I have condensed, optimized and reformatted the code so that a swapview
//	can be implemented with this source file and a nib.
//
//		changes 5/25/95	by Felipe A. Rodriguez
//
//	This code is supplied "as is" the author's makes no warranty as to its 
//	suitability for any purpose.  This code is free and may be distributed 
//	in accordance with the terms of the:
//		
//			GNU GENERAL PUBLIC LICENSE
//			Version 2, June 1991
//			copyright (C) 1989, 1991 Free Software Foundation, Inc.
// 			675 Mass Ave, Cambridge, MA 02139, USA
//
//************************************************************************

#import <appkit/appkit.h>

@interface SwapView:View
{
	id	lastInspector;
	id  inspector; 
	id	currentInspector;
	id	delegate;
	float	backgroundGray;
    id	inspectorPanel;
	id	popUpCover;
    id  popup;
	id	firstInspectorPanel;
	id	secondInspectorPanel;
	id	thirdInspectorPanel;
	id	fourthInspectorPanel;
	id	fifthInspectorPanel;
	id	sixthInspectorPanel;
	const char *theTitle;			// pointer to title of current panel
	char Path[MAXPATHLEN + 1];		// generic buffer to hold paths
}

- initPopUp;
- initFrame:(NXRect *)frame;
- (float)backgroundGray;
- setBackgroundGray:(float)aColor;
- currentInspector;
- lastInspector;
- swapIt;
- free;

- inspectName:(const char *)str;
- popUpAction:sender;
- whatPanel;

@end

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