Skip to content

Commit

Permalink
Fix of last commit
Browse files Browse the repository at this point in the history
My commit 1d8092e added some
documentation, but destroyed the order of the text.
  • Loading branch information
tfc committed Mar 1, 2012
1 parent 4eacfd8 commit 658e569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppKit/CPSplitView.j
Original file line number Diff line number Diff line change
Expand Up @@ -883,12 +883,12 @@ Notifies the delegate when the subviews will be resized.
- (void)splitViewWillResizeSubviews:(CPNotification)aNotification;
@endcode
Lets the delegate specify a different rect for which the user can drag the splitView divider.
Allows the delegate to specify which of the CPSplitView's subviews should adjust if the window is resized.
@code
- (BOOL)splitView:(CPSplitView)aSplitView shouldAdjustSizeOfSubview:(CPView)aSubView
@endcode
Allows the delegate to specify which of the CPSplitView's subviews should adjust if the window is resized.
Lets the delegate specify a different rect for which the user can drag the splitView divider.
@code
- (CGRect)splitView:(CPSplitView)aSplitView effectiveRect:(CGRect)aRect forDrawnRect:(CGRect)aDrawnRect ofDividerAtIndex:(int)aDividerIndex;
@endcode
Expand Down

0 comments on commit 658e569

Please sign in to comment.