diff options
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index d5229153..b6c29f45 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -54,6 +54,8 @@ IBOutlet NSSplitView *tablesIndexesSplitView; IBOutlet NSButton *indexesShowButton; + IBOutlet id viewColumnsMenu; + IBOutlet id encodingPopupCell; id databaseDataInstance; @@ -85,6 +87,7 @@ - (IBAction)removeField:(id)sender; - (IBAction)resetAutoIncrement:(id)sender; - (IBAction)showOptimizedFieldType:(id)sender; +- (IBAction)toggleColumnView:(id)sender; - (BOOL)cancelRowEditing; // Index sheet methods |