This is MiscImageDragView+DragScrolling.m in view mode; [Download] [Up]
/* MiscImageDragView+DragScrolling.m */ #import "MiscImageDragView+DragScrolling.h" #import <misckit/MiscDragScrollWindow.h> @implementation MiscImageDragView (DragScrolling) - draggingExited: sender { if ([window isKindOf: [MiscDragScrollWindow class]]) { [window enableScrolling: self forDragSession: sender]; } return [super draggingExited: sender]; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.