diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-24 19:33:49 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-24 19:33:49 +1000 |
commit | 60e1f81c03145b6f95c9d1afa2a5c22e4f780659 (patch) | |
tree | ec77f9c0e3b70a5957fb96eedb06a7e0f5d74fb9 /cocoa/ScintillaView.h | |
parent | 9729603fd826b145cb463a500a1d445b3c6770f8 (diff) | |
download | scintilla-mirror-60e1f81c03145b6f95c9d1afa2a5c22e4f780659.tar.gz |
Feature: [feature-requests:#987]. Cocoa user interface validation.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 2 |
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; |