cog/Custom/DragScrollView.h

17 lines
245 B
C
Raw Normal View History

2006-04-30 15:31:57 +00:00
//
// 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