aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-07-26 00:01:10 +0000
committerrowanbeentje <rowan@beent.je>2012-07-26 00:01:10 +0000
commit4cd351c7f3302207103ddfa4374da15cab6840a2 (patch)
tree1203a5ebff162395286402be8031bb757565f359 /Source/SPTablesList.h
parent6deec9586fa0057e286f250b86d2e88c409c3181 (diff)
downloadsequelpro-4cd351c7f3302207103ddfa4374da15cab6840a2.tar.gz
sequelpro-4cd351c7f3302207103ddfa4374da15cab6840a2.tar.bz2
sequelpro-4cd351c7f3302207103ddfa4374da15cab6840a2.zip
- Replace the collapsible BWSplitView on the Query pane with a SPSplitView configured from code
- Replace the other NSSplitView on the Query pane with an equivalent SPSplitView to allow easier constraint management - Fix SPSplitView collapsible subview resizing to only amend the collapsible subview's autoresizing mask along the axis of the split view, leaving the other axis untouched to avoid problems with subviews not correctly picking up window resize changes when they were collapsed
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r--Source/SPTablesList.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h
index 2ddb8375..172fff67 100644
--- a/Source/SPTablesList.h
+++ b/Source/SPTablesList.h
@@ -44,15 +44,6 @@
@class SQLSidebarViewController;
#endif
-@interface NSObject (BWSplitView)
-
-- (NSView *)collapsibleSubview;
-- (IBAction)toggleCollapse:(id)sender;
-- (BOOL)collapsibleSubviewIsCollapsed;
-- (void)setCollapsibleSubviewCollapsed:(BOOL)flag;
-
-@end
-
@interface SPTablesList : NSObject
#ifdef SP_REFACTOR
<NSTextFieldDelegate>