From 256b06622980461740af4774206ca77e534acd21 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 8 Mar 2010 14:45:27 +0000 Subject: Add a new 'Filter Content...' menu item to the 'Table' menu that switches to the content view and places the focus on the filter field. --- Source/TableDocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TableDocument.h') diff --git a/Source/TableDocument.h b/Source/TableDocument.h index e897ed36..bb91fa5a 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -226,6 +226,7 @@ - (IBAction)checksumTable:(id)sender; - (IBAction)saveCreateSyntax:(id)sender; - (IBAction)copyCreateTableSyntaxFromSheet:(id)sender; +- (IBAction)focusOnTableContentFilter:(id)sender; // Other methods - (void) setQueryMode:(NSInteger)theQueryMode; -- cgit v1.2.3