ftp.nice.ch/pub/next/tools/screen/WideScreen.0.5.NIHS.bs.tar.gz#/WideScreen.0.5.NIHS.bs/Source/PanelManager.h

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

/***(PanelManager.h)***********************************************************
*H* WideScreen Panel Manager object class interface def.      V0.1, 26-APR-92 *
*C* V0.1 26-APR-92 Initial version  	    	    	    	    	--MDM *
******************************************************************************/

#import <objc/Object.h>

@interface PanelManager:Object
{
id	IVhelpPanel;	/* Root object of the HelpPanel NIB file */
id	IVinfoPanel;	/* Root object of the InfoPanel NIB file */
id  	IVprefPanel;	/* Root object of the PrefPanel NIB file */
}

- init;

- ShowHelpPanel:sender;
- ShowInfoPanel:sender;
- ShowPrefPanel:sender;

@end

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