aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableView.h')
-rw-r--r--Source/SPTableView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableView.h b/Source/SPTableView.h
index e39df82f..11656e5b 100644
--- a/Source/SPTableView.h
+++ b/Source/SPTableView.h
@@ -25,8 +25,11 @@
@interface SPTableView : NSTableView
{
BOOL tabEditingDisabled;
+ SEL emptyDoubleClickAction;
}
@property (readwrite, assign) BOOL tabEditingDisabled;
+- (void)setEmptyDoubleClickAction:(SEL)aSelector;
+
@end