This is HelpPanel.h in view mode; [Download] [Up]
/***(HelpPanel.h)**************************************************************
*H* WideScreen's Help Window class definition file V0.1, 26-APR-92 *
*C* V0.1 26-APR-92 Initial version --MDM *
******************************************************************************/
#import <objc/Object.h>
@interface HelpPanel:Object
{
id IVhelpPanel; /* 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.