ftp.nice.ch/pub/next/developer/objc/appkit/FrontEndTool.s.tar.gz#/FrontEndTool/EtermHandle.h

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

#import <stdio.h>
#import <appkit/Responder.h>

@interface EtermHandle : Responder
{
    id deputy;
    id responseWindow;
}

- (BOOL)acceptsFirstResponder;
- resignFirstResponder;
- keyDown: (NXEvent *)theEvent;
- window;
- windowDidBecomeKey:sender;

@end

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