aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r--Source/SPWindowController.h2
1 files changed, 2 insertions, 0 deletions
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