ftp.nice.ch/pub/next/tools/gtools/GTools.API.tar.gz#/GTools.API/MonsterShelf/IconDragView.h

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

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

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

- (NXDragOperation) dragOperationForContext:(id <NXDraggingInfo>) dragInfo;
- (BOOL) isOnRemovableMedia;

@end

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