diff options
author | avenjamin <avenjamin@gmail.com> | 2008-08-30 17:12:45 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-08-30 17:12:45 +0000 |
commit | 50404d84388ed339dc929ac1cbb27aae3a29cb51 (patch) | |
tree | 134df17df4caccf171ed8b8f40ee3c52aacb62ec /TableSource.h | |
parent | 3346039f0a92087d9c45cc8b20ff99fb95f85c38 (diff) | |
download | sequelpro-50404d84388ed339dc929ac1cbb27aae3a29cb51.tar.gz sequelpro-50404d84388ed339dc929ac1cbb27aae3a29cb51.tar.bz2 sequelpro-50404d84388ed339dc929ac1cbb27aae3a29cb51.zip |
• Fixed Credits
• Added grabber images
• Removed small icon of table and replaced with new one
• Added "Checksum Table" to MainMenu
• Added extra splitter grab handles
• Few other bits cleaned up
Diffstat (limited to 'TableSource.h')
-rw-r--r-- | TableSource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TableSource.h b/TableSource.h index 590bb53b..dc051239 100644 --- a/TableSource.h +++ b/TableSource.h @@ -47,6 +47,7 @@ IBOutlet id indexedColumnsField; IBOutlet id chooseKeyButton; IBOutlet id tableTypeButton; + IBOutlet id structureGrabber; CMMCPConnection *mySQLConnection; CMMCPResult *tableSourceResult; @@ -117,6 +118,7 @@ - (BOOL)splitView:(NSSplitView *)sender canCollapseSubview:(NSView *)subview; - (float)splitView:(NSSplitView *)sender constrainMaxCoordinate:(float)proposedMax ofSubviewAt:(int)offset; - (float)splitView:(NSSplitView *)sender constrainMinCoordinate:(float)proposedMin ofSubviewAt:(int)offset; +- (NSRect)splitView:(NSSplitView *)splitView additionalEffectiveRectOfDividerAtIndex:(int)dividerIndex; //last but not least - (id)init; |