From 75e4e58eecf4ae1b8f25751b0bc7d457edcf57e8 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 25 Apr 2011 23:57:57 +0000 Subject: - Add the ability to double-click in empty areas of the main tableviews to add new rows/records --- Source/SPTableView.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPTableView.h') 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 -- cgit v1.2.3