aboutsummaryrefslogtreecommitdiffstats
path: root/ScrollingTextView.h
blob: 2dbab1a3c2c4dcd5cf284241ae911d3bc6a26273 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ScrollingTextView */

#import <Cocoa/Cocoa.h>

@interface ScrollingTextView : NSTextView <NSLayoutManagerDelegate>
{
    IBOutlet NSResponder *theResponder;
}

- (void)keyDownToSuper: (NSEvent *)anEvent;
@end