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 | 39917e8d680034e78af5ddbfd490cb483f1dd5ec (patch) | |
tree | 79c7151731c3b3842feb77ad6492ec623b5cdde2 /cocoa/ScintillaView.h | |
parent | 81ecc60d90ed506ad8c0bbb35bdd0c88ab24835c (diff) | |
download | scintilla-mirror-39917e8d680034e78af5ddbfd490cb483f1dd5ec.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; |