ftp.nice.ch/pub/next/connectivity/conferences/NetTalk.1.4b.s.tar.gz#/NetTalk_V1.4beta/RTFDChat.bproj/SFODragDropText.h

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

#import <appkit/Text.h>
#import <appkit/Cell.h>

@class NXImage;

@interface SFODragDropText : Text
{
}

/* determine which cell was hit */
- (int)positionForCell:theCell;
- writeCell:theCell toPasteboard:pboard types:(NXAtom *)types;

@end

@interface NXGraphicCell : Cell

- (NXImage*)image;
- (NXDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal;
- (BOOL)trackMouse:(NXEvent *)theEvent inRect:(const NXRect *)cellFrame
		ofView:controlView;

@end

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