aboutsummaryrefslogtreecommitdiffstats
path: root/ScrollingTextView.h
diff options
context:
space:
mode:
Diffstat (limited to 'ScrollingTextView.h')
-rw-r--r--ScrollingTextView.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ScrollingTextView.h b/ScrollingTextView.h
new file mode 100644
index 0000000..b917bff
--- /dev/null
+++ b/ScrollingTextView.h
@@ -0,0 +1,11 @@
+/* ScrollingTextView */
+
+#import <Cocoa/Cocoa.h>
+
+@interface ScrollingTextView : NSTextView
+{
+ IBOutlet NSResponder *theResponder;
+}
+
+- (void)keyDownToSuper: (NSEvent *)anEvent;
+@end \ No newline at end of file