diff options
author | nyamatongwe <devnull@localhost> | 2011-05-27 08:18:41 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-05-27 08:18:41 +1000 |
commit | 7220304e7ced9088a17b8d8df5eed096b80193a2 (patch) | |
tree | 29f29371bac466f801770973153e13a1470700d4 /cocoa/ScintillaView.h | |
parent | 0aee9102fb7ea00ab634ed2c2de274774ea41b87 (diff) | |
download | scintilla-mirror-7220304e7ced9088a17b8d8df5eed096b80193a2.tar.gz |
Expose registerNotifyCallback on ScintillaView class.
From Elizabeth Irizarry of Adobe.
Diffstat (limited to 'cocoa/ScintillaView.h')
-rw-r--r-- | cocoa/ScintillaView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 9073be4ae..3194e9d29 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -127,6 +127,8 @@ extern NSString *SCIUpdateUINotification; - (void) setLexerProperty: (NSString*) name value: (NSString*) value; - (NSString*) getLexerProperty: (NSString*) name; +- (void) registerNotifyCallback: (intptr_t) windowid value: (Scintilla::SciNotifyFunc) callback; + - (void) setInfoBar: (NSView <InfoBarCommunicator>*) aView top: (BOOL) top; - (void) setStatusText: (NSString*) text; |