ftp.nice.ch/Attic/openStep/tools/workspace/TheShelf.0.3.3.sd.tgz#/TheShelf.0.3.3.sd/Source/TSShelfDragView.h

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

/* TSShelfDragView.h created by tsengel on Sat 16-Aug-1997 */

#import <AppKit/AppKit.h>

@interface TSShelfDragView : NSView
{
    id		tabMatrix;
    float	magicY;
}

- (void)establishTrackingRect;
- (void)mouseExited:(NSEvent *)theEvent;

- (BOOL)acceptsFirstMouse:(NSEvent *)theEvent;
- (void)mouseDown:(NSEvent *)theEvent;

@end

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