aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaView.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-02-07 13:54:07 +1100
committernyamatongwe <unknown>2011-02-07 13:54:07 +1100
commit5350f8da7e73f683380fec5db5d6ebacf6b95511 (patch)
tree73e459dd94e115cd0ab514a6735c4330d4f565f9 /cocoa/ScintillaView.h
parent4d6720ee3d75e3e8ab186d610b879018a3a6114c (diff)
downloadscintilla-mirror-5350f8da7e73f683380fec5db5d6ebacf6b95511.tar.gz
Merged in current scintilla-cocoa from bzr.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r--cocoa/ScintillaView.h7
1 files changed, 7 insertions, 0 deletions
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 <InfoBarCommunicator>) 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;