ftp.nice.ch/pub/next/tools/calculators/SciCalc.1.1.s.tar.gz#/SciCalc-1.1/InfoWindow.h

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

/***(InfoWindow.h)*************************************************************
*H* SciCalc's Info Window class definition file               V0.0, 19-JUN-91 *
*C* V0.0 19-JUN-91 Initial version  	    	    	    	    	--MDM *
******************************************************************************/

#import <objc/Object.h>

@interface InfoWindow:Object

{
    id	IVinfoWindow;	/* ID of window containing the help panel */
}

- init;
- ExposeAndFocus:sender;

@end

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