aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-04-24 19:33:49 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-04-24 19:33:49 +1000
commit1b4e97f8b5e628af033612e12e647718f8d5ee84 (patch)
tree0a20d70d2982947fbfa1d957518e0d91dd2f7c61 /cocoa/ScintillaView.h
parent440e6883c5563a04ba46de3dbe4949f20cde5124 (diff)
downloadscintilla-mirror-1b4e97f8b5e628af033612e12e647718f8d5ee84.tar.gz
Feature: [feature-requests:#987]. Cocoa user interface validation.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r--cocoa/ScintillaView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h
index 996501788..356c34adb 100644
--- a/cocoa/ScintillaView.h
+++ b/cocoa/ScintillaView.h
@@ -48,7 +48,7 @@ extern NSString *SCIUpdateUINotification;
* InnerView is the Cocoa interface to the Scintilla backend. It handles text input and
* provides a canvas for painting the output.
*/
-@interface InnerView : NSView <NSTextInputClient>
+@interface InnerView : NSView <NSTextInputClient, NSUserInterfaceValidations>
{
@private
ScintillaView* mOwner;