This is MiscEmacsText.h in view mode; [Download] [Up]
#import <appkit/Text.h> @interface MiscEmacsText:Text - awakeFromNib ; - clearMessage: sender ; - format: sender ; - keyDown:(NXEvent *)theEvent ; - mouseDown: (NXEvent *) anEvent ; - useEmacsBindings: (BOOL) YESorNO ; @end @interface MiscEmacsText(Dropping) - (BOOL)readDragData:(Pasteboard *)pboard; - (NXDragOperation)draggingEntered:(id <NXDraggingInfo>)sender; - (BOOL)performDragOperation:(id <NXDraggingInfo>)sender; - (BOOL)prepareForDragOperation:(id <NXDraggingInfo>)sender; - concludeDragOperation:(id <NXDraggingInfo>)sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.