diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-22 07:42:35 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-22 07:42:35 +0000 |
commit | e30cdeb6ee289fc4221d7b3fc5ec9e58be059675 (patch) | |
tree | a6b3bc9aa0d3676dd25081bc93f79631678d1cd0 /Source/SPTablesList.h | |
parent | 20c836954dce8f0d07788003b44e44990ac3a29d (diff) | |
download | sequelpro-e30cdeb6ee289fc4221d7b3fc5ec9e58be059675.tar.gz sequelpro-e30cdeb6ee289fc4221d7b3fc5ec9e58be059675.tar.bz2 sequelpro-e30cdeb6ee289fc4221d7b3fc5ec9e58be059675.zip |
• renamed some shell variables for Bundle commands
• added sequelpro scheme commands: SelectTables, ReloadTablesList, ReloadContentTable
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index 1ae4eecd..56711217 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -141,6 +141,7 @@ - (void)setContentRequiresReload:(BOOL)reload; - (void)setStatusRequiresReload:(BOOL)reload; - (BOOL)selectItemWithName:(NSString *)theName; +- (BOOL)selectItemsWithNames:(NSArray *)theNames; // Table list filter interaction - (void) showFilter; |