cog/Custom/DragScrollView.h

17 lines
245 B
Objective-C

//
// ScrollableTextField.h
// Cog
//
// Created by Zaphod Beeblebrox on 4/30/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface DragScrollView : NSScrollView {
NSPoint downPoint;
}
@end