From 5350f8da7e73f683380fec5db5d6ebacf6b95511 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 7 Feb 2011 13:54:07 +1100 Subject: Merged in current scintilla-cocoa from bzr. --- cocoa/ScintillaView.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 0d66d36a4..9073be4ae 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -43,6 +43,9 @@ extern NSString *SCIUpdateUINotification; - (void) removeMarkedText; - (void) setCursor: (Scintilla::Window::Cursor) cursor; +- (BOOL) canUndo; +- (BOOL) canRedo; + @property (retain) ScintillaView* owner; @end @@ -76,6 +79,8 @@ extern NSString *SCIUpdateUINotification; value: (float) value; - (void) setCallback: (id ) callback; +- (void) suspendDrawing: (BOOL) suspend; + // Scroller handling - (BOOL) setVerticalScrollRange: (int) range page: (int) page; - (void) setVerticalScrollPosition: (float) position; @@ -106,6 +111,8 @@ extern NSString *SCIUpdateUINotification; // Back end properties getters and setters. - (void) setGeneralProperty: (int) property parameter: (long) parameter value: (long) value; +- (void) setGeneralProperty: (int) property value: (long) value; + - (long) getGeneralProperty: (int) property; - (long) getGeneralProperty: (int) property parameter: (long) parameter; - (long) getGeneralProperty: (int) property parameter: (long) parameter extra: (long) extra; -- cgit v1.2.3