diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 18:32:43 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 18:32:43 +0000 |
commit | d6b6cd9b10fb6562961be3714c529441f317aa7d (patch) | |
tree | 8dd4ef9e5e97dc3cbc9fb3d0c2969bff671c89c2 /Source/SPTableContent.h | |
parent | 289a0c98b50b6da590b50a14969dfd986bab18c3 (diff) | |
download | sequelpro-d6b6cd9b10fb6562961be3714c529441f317aa7d.tar.gz sequelpro-d6b6cd9b10fb6562961be3714c529441f317aa7d.tar.bz2 sequelpro-d6b6cd9b10fb6562961be3714c529441f317aa7d.zip |
• save window's vertical divider position in spf files in order to be able to restore it
• do not save tabs or a single window if connectionController is shown
• added comments
• added to SPTableContent method "tablesListWidth" to retrieve tablesList's view width
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 731e2383..7b87bc32 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -157,6 +157,7 @@ - (NSUInteger) pageNumber; - (NSIndexSet *) selectedRowIndexes; - (NSRect) viewport; +- (CGFloat) tablesListWidth; - (NSDictionary *) filterSettings; - (void) setSortColumnNameToRestore:(NSString *)theSortColumnName isAscending:(BOOL)isAscending; - (void) setPageToRestore:(NSUInteger)thePage; |