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

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

/***(PanelManager.h)***********************************************************
*H* SciCalc Panel Manager object class interface definition   V0.0, 19-JUN-91 *
*C* V0.0 19-JUN-91 Initial version  	    	    	    	    	--MDM *
******************************************************************************/

#import <objc/Object.h>

@interface PanelManager:Object
{
    id	IVhelpPanel;	/* Root object of the HelpWindow NIB panel */
    id	IVinfoPanel;	/* Root object of the InfoWindow NIB panel */
}

- init;
- ShowHelpPanel:sender;
- ShowInfoPanel:sender;

@end

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