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 /doc/ScintillaHistory.html | |
parent | c8fc6cf281f5535485ca467776a0210e25adb53e (diff) | |
download | scintilla-mirror-96b170e7fb83233c50b17fedf650a6ba8aaa7364.tar.gz |
Allow subclassing InnerView.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index dd1dff440..d15caa997 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -479,6 +479,10 @@ to registerNotifyCallback: which will be deprecated in the future. </li> <li> + On Cocoa, clients may customize InnerView by subclassing both InnerView and ScintillaView and implementing the + innerViewClass class method on the ScintillaView subclass to return the class of the InnerView subclass. + </li> + <li> On Cocoa, the ScintillaView.h header hides internal implementation details from Platform.h and ScintillaCocoa.h. dealloc removed from @interface. </li> |