diff options
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; |