diff options
Diffstat (limited to 'Source/SPBundleCommandTextView.h')
-rw-r--r-- | Source/SPBundleCommandTextView.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPBundleCommandTextView.h b/Source/SPBundleCommandTextView.h index 119121da..4b16a3fc 100644 --- a/Source/SPBundleCommandTextView.h +++ b/Source/SPBundleCommandTextView.h @@ -45,4 +45,8 @@ - (void)commentOut; - (BOOL)wrapSelectionWithPrefix:(unichar)prefix; +- (void)dragAlertSheetDidEnd:(NSAlert *)sheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; + +- (void)boundsDidChangeNotification:(NSNotification *)notification; + @end |