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

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

/***(DaWindow.h)***************************************************************
*H* Trap keyboard events falling through to main window        V0.0 22-JUN-91 *
*C* V0.0 22-JUN-91 Intitial version 	    	    	    	    	      *
******************************************************************************/

#import <appkit/Window.h>

@interface DaWindow:Window
{
}

- (BOOL) acceptsFirstResponder;
- initContent:(const NXRect*)contentRect style:(int)aStyle
    	      backing:(int)bufferingType buttonMask:(int)mask defer:(BOOL)flag;
- keyDown:(NXEvent *)event;

@end

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