2006-04-30 15:31:57 +00:00
|
|
|
//
|
|
|
|
// ScrollableTextField.h
|
|
|
|
// Cog
|
|
|
|
//
|
2006-09-04 18:46:18 +00:00
|
|
|
// Created by Vincent Spader on 4/30/06.
|
|
|
|
// Copyright 2006 Vincent Spader. All rights reserved.
|
2006-04-30 15:31:57 +00:00
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
|
|
|
|
@interface DragScrollView : NSScrollView {
|
|
|
|
NSPoint downPoint;
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|