aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r--Source/SPTableStructure.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h
index 5c50ec85..f81078b1 100644
--- a/Source/SPTableStructure.h
+++ b/Source/SPTableStructure.h
@@ -51,6 +51,8 @@
IBOutlet id removeIndexButton;
IBOutlet id refreshIndexesButton;
IBOutlet id indexesTableView;
+ IBOutlet NSSplitView *tablesIndexesSplitView;
+ IBOutlet NSButton *indexesShowButton;
MCPConnection *mySQLConnection;
MCPResult *tableSourceResult;
@@ -99,4 +101,7 @@
- (void)startDocumentTaskForTab:(NSNotification *)aNotification;
- (void)endDocumentTaskForTab:(NSNotification *)aNotification;
+// Split view interaction
+- (IBAction)unhideIndexesView:(id)sender;
+
@end