From fb96c4b17accaab40f972bef05f421fe85cb1fdb Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 11 Jun 2010 11:32:43 +0000 Subject: =?UTF-8?q?=E2=80=A2=20add=20to=20Main=20Menu=20>=20View=20>=20:?= =?UTF-8?q?=20-=20Select=20Next=20Tab=20^=E2=87=A5=20-=20Select=20Previous?= =?UTF-8?q?=20^=E2=87=A7=E2=87=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and menu validation to be able to navigate through available tabs by using the keyboard. --- Source/SPWindowController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPWindowController.h') diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h index d46deb19..49c85acc 100644 --- a/Source/SPWindowController.h +++ b/Source/SPWindowController.h @@ -41,6 +41,8 @@ - (SPDatabaseDocument *) selectedTableDocument; - (void) updateAllTabTitles:(id)sender; - (IBAction)closeTab:(id)sender; +- (IBAction)selectNextDocumentTab:(id)sender; +- (IBAction)selectPreviousDocumentTab:(id)sender; - (NSArray *)documents; @end -- cgit v1.2.3