This is HelpWindow.h in view mode; [Download] [Up]
/***(HelpWindow.h)*************************************************************
*H* SciCalc's Help Window class definition file V0.0, 19-JUN-91 *
*C* V0.0 19-JUN-91 Initial version --MDM *
******************************************************************************/
#import <objc/Object.h>
@interface HelpWindow:Object
{
id IVhelpWindow; /* 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.