ftp.nice.ch/pub/next/tools/dock/Fiend.1.0.s.tar.gz#/Fiend/IconDragView.h

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

#import "IconView.h"
#import <appkit/appkit.h>

@interface IconDragView : IconView
{
    id			altImage;
	BOOL		dockDrag;
	NXAtom		dragDestType;
    NXDragOperation	lastDragOp;
    dev_t		device;
    BOOL		removable;
	BOOL		hideIcons;
}

- (NXDragOperation) dragOperationForContext:(id <NXDraggingInfo>) dragInfo;
- (BOOL) isOnRemovableMedia;
int		mouseMoved(NXPoint *o, int n, int mask);

@end

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