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.