diff options
author | rowanbeentje <rowan@beent.je> | 2011-04-25 23:57:57 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-04-25 23:57:57 +0000 |
commit | 75e4e58eecf4ae1b8f25751b0bc7d457edcf57e8 (patch) | |
tree | 964b60108a9f41ba1adba08f82846911fd676ea8 /Source/SPTableRelations.h | |
parent | 25268f100c5f1b90ed5944b0123748d8a152b040 (diff) | |
download | sequelpro-75e4e58eecf4ae1b8f25751b0bc7d457edcf57e8.tar.gz sequelpro-75e4e58eecf4ae1b8f25751b0bc7d457edcf57e8.tar.bz2 sequelpro-75e4e58eecf4ae1b8f25751b0bc7d457edcf57e8.zip |
- Add the ability to double-click in empty areas of the main tableviews to add new rows/records
Diffstat (limited to 'Source/SPTableRelations.h')
-rw-r--r-- | Source/SPTableRelations.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPTableRelations.h b/Source/SPTableRelations.h index 3fbef811..aa270854 100644 --- a/Source/SPTableRelations.h +++ b/Source/SPTableRelations.h @@ -25,6 +25,8 @@ #import <MCPKit/MCPKit.h> +@class SPTableView; + @interface SPTableRelations : NSObject { IBOutlet id tableDocumentInstance; @@ -37,7 +39,7 @@ IBOutlet NSButton *removeRelationButton; IBOutlet NSButton *refreshRelationsButton; IBOutlet NSTextField *labelTextField; - IBOutlet NSTableView *relationsTableView; + IBOutlet SPTableView *relationsTableView; IBOutlet NSPanel *addRelationPanel; IBOutlet NSBox *addRelationTableBox; |