aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-06-24 13:35:22 +0000
committerBibiko <bibiko@eva.mpg.de>2010-06-24 13:35:22 +0000
commitca64d295c058dcd3d5308cce56379401e6658434 (patch)
tree31f75babd1032ee0e5b7df5e6916b596c7ca1f46 /Source/SPWindowController.h
parentcc24661e6566d5f35e092642fe1fd435b49ad385 (diff)
downloadsequelpro-ca64d295c058dcd3d5308cce56379401e6658434.tar.gz
sequelpro-ca64d295c058dcd3d5308cce56379401e6658434.tar.bz2
sequelpro-ca64d295c058dcd3d5308cce56379401e6658434.zip
• initial support for open a spfs session file (works rudimentary - fine-tuning comes soon)
• added constant "SPBundleFileExtension"
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r--Source/SPWindowController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h
index 88b3e3a2..1f3945cc 100644
--- a/Source/SPWindowController.h
+++ b/Source/SPWindowController.h
@@ -47,5 +47,6 @@
- (IBAction)selectNextDocumentTab:(id)sender;
- (IBAction)selectPreviousDocumentTab:(id)sender;
- (NSArray *)documents;
+- (void)selectTabAtIndex:(NSInteger)index;
@end