aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-06-29 18:32:43 +0000
committerBibiko <bibiko@eva.mpg.de>2010-06-29 18:32:43 +0000
commitd6b6cd9b10fb6562961be3714c529441f317aa7d (patch)
tree8dd4ef9e5e97dc3cbc9fb3d0c2969bff671c89c2 /Source/SPTableContent.h
parent289a0c98b50b6da590b50a14969dfd986bab18c3 (diff)
downloadsequelpro-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.h1
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;