From 6520a5c42fe838d85b875d124944f012a8a6e390 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 15 Jun 2013 20:50:03 +1000 Subject: Simplify direct access using Scintilla messages and avoid call layers. --- cocoa/ScintillaView.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 356c34adb..78fe65666 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -131,6 +131,9 @@ extern NSString *SCIUpdateUINotification; // Native call through to the backend. + (sptr_t) directCall: (ScintillaView*) sender message: (unsigned int) message wParam: (uptr_t) wParam lParam: (sptr_t) lParam; +- (sptr_t) message: (unsigned int) message wParam: (uptr_t) wParam lParam: (sptr_t) lParam; +- (sptr_t) message: (unsigned int) message wParam: (uptr_t) wParam; +- (sptr_t) message: (unsigned int) message; // Back end properties getters and setters. - (void) setGeneralProperty: (int) property parameter: (long) parameter value: (long) value; -- cgit v1.2.3