diff options
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<ScintillaNotificationProtocol> delegate; @property (nonatomic, readonly) NSScrollView *scrollView; ++ (Class) innerViewClass; + - (void) positionSubViews; - (void) sendNotification: (NSString*) notificationName; |