From 39917e8d680034e78af5ddbfd490cb483f1dd5ec Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 6 Oct 2013 10:03:24 +1100 Subject: Allow subclassing InnerView. --- cocoa/ScintillaView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 63b5cf4e9..f6a0e0dea 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -118,6 +118,8 @@ extern NSString *const SCIUpdateUINotification; @property (nonatomic, assign) id delegate; @property (nonatomic, readonly) NSScrollView *scrollView; ++ (Class) innerViewClass; + - (void) positionSubViews; - (void) sendNotification: (NSString*) notificationName; -- cgit v1.2.3