ftp.nice.ch/pub/next/tools/screen/SpotLight.1.03.N.bs.tar.gz#/SpotLight-1.03/InfoMgr.h

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

/*
 *    Filename:	InfoMgr.h 
 *    Created :	Sun Oct 20 20:38:52 1991 
 *    Author  :	Vince DeMarco
 *		<vince@whatnxt.cuc.ab.ca>
 */


/* Generated by Interface Builder */

#import <objc/Object.h>

@interface InfoMgr:Object
{
    id	infoPanel;
    id  helpPanel;
    id  appIconButton;
}

- info:sender;
- help:sender;
/* Info Panel Delegation Methods */
- windowWillClose:sender;
- windowDidBecomeKey:sender;

@end

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