From bc8d45aebfbab783517560d949a8d53e36fba990 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 15 Jul 2009 15:26:49 +0000 Subject: =?UTF-8?q?=E2=80=A2=20=20a=20right-click=20at=20a=20row=20within?= =?UTF-8?q?=20a=20tableView=20will=20select=20that=20row=20before=20orderi?= =?UTF-8?q?ng=20out=20the=20contextual=20menu=20if=20not=20more=20than=20o?= =?UTF-8?q?ne=20row=20is=20selected?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMCopyTable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/CMCopyTable.h') diff --git a/Source/CMCopyTable.h b/Source/CMCopyTable.h index 5da66ec2..4bedac2c 100644 --- a/Source/CMCopyTable.h +++ b/Source/CMCopyTable.h @@ -23,6 +23,7 @@ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #import +#import "SPTableView.h" /*! @class copyTable @@ -32,7 +33,7 @@ is in similar format. The values for each cell are obtained via the objects description method */ -@interface CMCopyTable : NSTableView +@interface CMCopyTable : SPTableView { id tableInstance; // the table content view instance -- cgit v1.2.3