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.