diff options
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r-- | Source/SPWindowController.h | 1 |
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 |