diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-10-06 10:03:24 +1100 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-10-06 10:03:24 +1100 |
commit | 96b170e7fb83233c50b17fedf650a6ba8aaa7364 (patch) | |
tree | ea1022e0e27df04598695f3fdc62760bbe762738 /cocoa/ScintillaView.h | |
parent | c8fc6cf281f5535485ca467776a0210e25adb53e (diff) | |
download | scintilla-mirror-96b170e7fb83233c50b17fedf650a6ba8aaa7364.tar.gz |
Allow subclassing InnerView.
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; |