From 96b170e7fb83233c50b17fedf650a6ba8aaa7364 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 6 Oct 2013 10:03:24 +1100 Subject: Allow subclassing InnerView. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaHistory.html') 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.
  • + 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. +
  • +
  • On Cocoa, the ScintillaView.h header hides internal implementation details from Platform.h and ScintillaCocoa.h. dealloc removed from @interface.
  • -- cgit v1.2.3