![]() |
Oolite 1.91.0.7665-250419-c535bfe
|
#include <RBSplitView.h>
Class Methods | |
(NSCursor *) | + cursor: |
(void) | + setCursor:toCursor: |
(void) | + removeStateUsingName: |
(NSString *) | + defaultsKeyForName:isHorizontal: |
![]() | |
(BOOL) | + animating |
Protected Attributes | |
IBOutlet id | delegate |
NSString * | autosaveName |
NSColor * | background |
NSImage * | divider |
NSRect * | dividers |
CGFloat | dividerThickness |
BOOL | mustAdjust |
BOOL | mustClearFractions |
BOOL | isHorizontal |
BOOL | canSaveState |
BOOL | isCoupled |
BOOL | isAdjusting |
BOOL | isDragging |
BOOL | isInScrollView |
![]() | |
NSString * | identifier |
NSInteger | tag |
CGFloat | minDimension |
CGFloat | maxDimension |
double | fraction |
NSRect | previous |
NSSize | savedSize |
NSUInteger | actDivider |
BOOL | canDragWindow |
BOOL | canCollapse |
BOOL | notInLimits |
Definition at line 21 of file RBSplitView.h.
|
implementation |
Definition at line 355 of file RBSplitView.m.
|
implementation |
Definition at line 500 of file RBSplitView.m.
References setMustAdjust.
Referenced by addSubview:atPosition:, and initWithFrame:andSubviews:.
- (void) addSubview: | (NSView*) | aView | |
atPosition: | (NSUInteger) | position |
Definition at line 527 of file RBSplitView.m.
References addSubview:, addSubview:positioned:relativeTo:, and subviewAtPosition:.
Referenced by OOJavaScriptConsoleController::awakeFromNib.
|
implementation |
Definition at line 513 of file RBSplitView.m.
References setMustAdjust.
Referenced by addSubview:atPosition:, and RBSplitSubview::setPosition:.
- (void) adjustSubviews |
Definition at line 844 of file RBSplitView.m.
References adjustSubviews, and RB___adjustSubviewsExcepting:.
Referenced by adjustSubviews, display, isInScrollView, needsDisplay, RBSplitView(RB___ViewAdditions)::RB___adjustOutermostIfNeeded, RBSplitView(RB___ViewAdditions)::RB___adjustSubviewsExcepting:, RBSplitSubview(RB___SubviewAdditions)::RB___stepAnimation, setFrameSize:, and RBSplitSubview::setHidden:.
- (void) adjustSubviewsExcepting: | (RBSplitSubview*) | excepting |
Definition at line 839 of file RBSplitView.m.
References RBSplitSubview::isCollapsed.
Referenced by RBSplitSubview::setDimension:, RBSplitSubview::setHidden:, and OOJavaScriptConsoleController::splitView:wasResizedFrom:to:.
- (NSArray *) arrayWithStates |
Definition at line 146 of file RBSplitView.m.
References arrayWithStates, and stringWithSavedState.
Referenced by arrayWithStates, and autosaveName.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 311 of file RBSplitView.m.
References asSplitView.
Referenced by asSplitView.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 553 of file RBSplitView.m.
References autoresizesSubviews.
Referenced by autoresizesSubviews.
- (NSString *) autosaveName |
References arrayWithStates, autosaveName, and stringWithSavedState.
|
implementation |
Definition at line 743 of file RBSplitView.m.
References awakeFromNib, restoreState:, and RBSplitSubview::splitView.
Referenced by awakeFromNib.
- (NSColor *) background |
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 316 of file RBSplitView.m.
References coupledSplitView, isCoupled, and nil.
Referenced by coupledSplitView, drawRect:, and mouseDown:.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 306 of file RBSplitView.m.
References RBSplitSubview::couplingSplitView, couplingSplitView, isCoupled, and nil.
Referenced by couplingSplitView, isOpaque, RBSplitView(RB___ViewAdditions)::RB___adjustSubviewsExcepting:, setBackground:, and setDivider:.
+ (NSCursor *) cursor: | (RBSVCursorType) | type |
Definition at line 33 of file RBSplitView.m.
References cursors, RBSV2WayCursor, RBSVCursorTypeCount, RBSVDragCursor, RBSVHorizontalCursor, and RBSVVerticalCursor.
Referenced by RBSplitSubview::mouseDown:, mouseDown:, and RBSplitView(RB___ViewAdditions)::RB___addCursorRectsTo:forDividerRect:thickness:.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 277 of file RBSplitView.m.
References RBSplitSubview::dealloc, dealloc, and dividers.
Referenced by dealloc.
+ (NSString *) defaultsKeyForName: | (NSString*) | name | |
isHorizontal: | (BOOL) | orientation |
Definition at line 72 of file RBSplitView.m.
- (id) delegate |
References delegate.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 389 of file RBSplitView.m.
References RBSplitSubview::description, description, and stringWithSavedState.
Referenced by description.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 753 of file RBSplitView.m.
References adjustSubviews, RBSplitSubview::display, display, isAdjusting, and mustAdjust.
Referenced by RBSplitSubview::display, display, and RBSplitSubview::mouseDown:.
- (NSImage *) divider |
References divider.
- (CGFloat) dividerThickness |
References dividerThickness.
- (void) drawDivider: | (NSImage*) | anImage | |
inRect: | (NSRect) | rect | |
betweenView: | (RBSplitSubview*) | leading | |
andView: | (RBSplitSubview*) | trailing |
Definition at line 809 of file RBSplitView.m.
References background, delegate, and RBSplitSubview::splitView.
Referenced by RBSplitView(RB___ViewAdditions)::RB___drawDividersIn:forDividerRect:thickness:.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 761 of file RBSplitView.m.
References coupledSplitView, divider, dividers, dividerThickness, RBSplitSubview::drawRect:, RBSplitSubview::isCollapsed, RB___drawDividersIn:forDividerRect:thickness:, and RB___subviews.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 890 of file RBSplitView.m.
References RBSplitSubview::encodeWithCoder:.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 911 of file RBSplitView.m.
References canSaveState, dividers, isCoupled, isDragging, isHorizontal, isInScrollView, nil, setAutosaveName:recursively:, setBackground:, setDelegate:, setDivider:, setDividerThickness:, and setMustAdjust.
- (id) initWithFrame: | (NSRect) | frame |
Reimplemented from RBSplitSubview.
Definition at line 248 of file RBSplitView.m.
References canSaveState, dividers, RBSplitSubview::initWithFrame:, isCoupled, isDragging, isInScrollView, setAutosaveName:recursively:, setBackground:, setDivider:, and setVertical:.
Referenced by initWithFrame:andSubviews:.
- (id) initWithFrame: | (NSRect) | frame | |
andSubviews: | (NSUInteger) | count |
Definition at line 265 of file RBSplitView.m.
References addSubview:, count, initWithFrame:, and setMustAdjust.
- (BOOL) isAdjusting |
References isAdjusting.
- (BOOL) isDragging |
References isDragging.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 327 of file RBSplitView.m.
References isFlipped.
Referenced by isFlipped, and setDivider:.
- (BOOL) isHorizontal |
- (BOOL) isInScrollView |
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 382 of file RBSplitView.m.
References background, couplingSplitView, and isOpaque.
Referenced by RBSplitSubview::isOpaque, and isOpaque.
- (BOOL) isVertical |
Definition at line 412 of file RBSplitView.m.
References isHorizontal, and isVertical.
Referenced by background, isVertical, and resetCursorRects.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 582 of file RBSplitView.m.
References RBSplitSubview::actDivider, RBSplitSubview::canCollapse, coupledSplitView, cursor:, delegate, DIM, RBSplitSubview::dimension, RBSplitSubview::display, divider, dividers, dividerThickness, RBSplitSubview::isCollapsed, isHorizontal, RBSplitSubview::mouseDown:, mustAdjust, OTHER, RB___dividerHitBy:relativeToView:thickness:, RB___dividerRect:relativeToView:, RB___setDragging:, RB___setMustClearFractions, RB___subviews, RB___trackMouseEvent:from:withBase:inDivider:, RB___tryToExpandLeading:divider:trailing:delta:, RB___tryToExpandTrailing:leading:delta:, RB___tryToShortenLeading:divider:trailing:delta:always:, RB___tryToShortenTrailing:divider:leading:delta:always:, and RBSplitSubview::splitView.
|
implementation |
Definition at line 321 of file RBSplitView.m.
References mouseDownCanMoveWindow.
Referenced by mouseDownCanMoveWindow.
- (BOOL) mustAdjust |
References mustAdjust.
|
implementation |
Definition at line 734 of file RBSplitView.m.
References adjustSubviews, isAdjusting, mustAdjust, and needsDisplay.
Referenced by needsDisplay.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1370 of file RBSplitView.m.
Referenced by resetCursorRects.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1424 of file RBSplitView.m.
Referenced by RBSplitView(RB___ViewAdditions)::RB___adjustOutermostIfNeeded.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1440 of file RBSplitView.m.
Referenced by adjustSubviews.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1011 of file RBSplitView.m.
Referenced by RBSplitSubview::dimension, RBSplitSubview(RB___SubviewAdditions)::RB___collapse, RBSplitSubview(RB___SubviewAdditions)::RB___expandAndSetToMinimum:, RBSplitSubview(RB___SubviewAdditions)::RB___stepAnimation, and RBSplitSubview::setDimension:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1034 of file RBSplitView.m.
Referenced by mouseDown:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 983 of file RBSplitView.m.
Referenced by RBSplitSubview::mouseDown:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1020 of file RBSplitView.m.
Referenced by mouseDown:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1006 of file RBSplitView.m.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1396 of file RBSplitView.m.
Referenced by drawRect:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 972 of file RBSplitView.m.
Referenced by RBSplitView(RB___ViewAdditions)::RB___dividerHitBy:relativeToView:thickness:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 963 of file RBSplitView.m.
Referenced by RBSplitSubview::mouseDown:, mouseDown:, RBSplitSubview(RB___SubviewAdditions)::RB___animationData:resize:, and RBSplitSubview(RB___SubviewAdditions)::RB___stopAnimation.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1057 of file RBSplitView.m.
Referenced by RBSplitSubview::changeDimensionBy:mayCollapse:move:, RBSplitSubview::mouseDown:, mouseDown:, RBSplitSubview(RB___SubviewAdditions)::RB___finishCollapse:withFraction:, and RBSplitSubview(RB___SubviewAdditions)::RB___finishExpand:withFraction:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1063 of file RBSplitView.m.
Referenced by RBSplitView(RB___ViewAdditions)::RB___tryToExpandLeading:divider:trailing:delta:, RBSplitView(RB___ViewAdditions)::RB___tryToShortenLeading:divider:trailing:delta:always:, and RBSplitView(RB___ViewAdditions)::RB___tryToShortenTrailing:divider:leading:delta:always:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 993 of file RBSplitView.m.
Referenced by drawRect:, mouseDown:, RBSplitView(RB___ViewAdditions)::RB___addCursorRectsTo:forDividerRect:thickness:, RBSplitView(RB___ViewAdditions)::RB___adjustSubviewsExcepting:, RBSplitView(RB___ViewAdditions)::RB___drawDividersIn:forDividerRect:thickness:, RBSplitView(RB___ViewAdditions)::RB___trackMouseEvent:from:withBase:inDivider:, and resetCursorRects.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1300 of file RBSplitView.m.
Referenced by RBSplitSubview::mouseDown:, and mouseDown:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1071 of file RBSplitView.m.
Referenced by mouseDown:, and RBSplitView(RB___ViewAdditions)::RB___trackMouseEvent:from:withBase:inDivider:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1267 of file RBSplitView.m.
Referenced by mouseDown:, and RBSplitView(RB___ViewAdditions)::RB___trackMouseEvent:from:withBase:inDivider:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1142 of file RBSplitView.m.
Referenced by mouseDown:, and RBSplitView(RB___ViewAdditions)::RB___trackMouseEvent:from:withBase:inDivider:.
|
implementation |
Provided by category RBSplitView(RB___ViewAdditions).
Definition at line 1203 of file RBSplitView.m.
Referenced by mouseDown:, and RBSplitView(RB___ViewAdditions)::RB___trackMouseEvent:from:withBase:inDivider:.
+ (void) removeStateUsingName: | (NSString*) | name |
Definition at line 63 of file RBSplitView.m.
Referenced by setAutosaveName:recursively:.
|
implementation |
Definition at line 850 of file RBSplitView.m.
References delegate, divider, dividers, dividerThickness, isVertical, nil, RB___addCursorRectsTo:forDividerRect:thickness:, RB___subviews, and resetCursorRects.
Referenced by resetCursorRects.
- (BOOL) restoreState: | (BOOL) | recurse |
Definition at line 129 of file RBSplitView.m.
References autosaveName, canSaveState, isHorizontal, and setStateFromString:.
Referenced by awakeFromNib.
- (BOOL) saveState: | (BOOL) | recurse |
Definition at line 112 of file RBSplitView.m.
References autosaveName, canSaveState, isDragging, isHorizontal, and stringWithSavedState.
Referenced by RBSplitView(RB___ViewAdditions)::RB___adjustSubviewsExcepting:, and RBSplitView(RB___ViewAdditions)::RB___setDragging:.
- (void) setAutosaveName: | (NSString*) | aString | |
recursively: | (BOOL) | flag |
Definition at line 87 of file RBSplitView.m.
References autosaveName, removeStateUsingName:, and setAutosaveName:recursively:.
Referenced by initWithCoder:, initWithFrame:, and setAutosaveName:recursively:.
- (void) setBackground: | (NSColor*) | color |
Definition at line 374 of file RBSplitView.m.
References background, couplingSplitView, and nil.
Referenced by initWithCoder:, and initWithFrame:.
|
implementation |
Reimplemented from RBSplitSubview.
Definition at line 290 of file RBSplitView.m.
References divider, isCoupled, setDivider:, setMustAdjust, and RBSplitSubview::splitView.
+ (void) setCursor: | (RBSVCursorType) | type | |
toCursor: | (NSCursor*) | cursor |
Definition at line 55 of file RBSplitView.m.
References cursors, and RBSVCursorTypeCount.
- (void) setDelegate: | (id) | anObject |
Definition at line 445 of file RBSplitView.m.
References delegate.
Referenced by OOJavaScriptConsoleController::awakeFromNib, and initWithCoder:.
- (void) setDivider: | (NSImage*) | image |
Definition at line 458 of file RBSplitView.m.
References couplingSplitView, divider, isFlipped, setDividerThickness:, and setMustAdjust.
Referenced by OOJavaScriptConsoleController::awakeFromNib, initWithCoder:, initWithFrame:, and setCoupled:.
- (void) setDividerThickness: | (CGFloat) | thickness |
Definition at line 490 of file RBSplitView.m.
References dividerThickness, fMAX(), and setMustAdjust.
Referenced by initWithCoder:, setDivider:, and setHorizontal:.
|
implementation |
Definition at line 559 of file RBSplitView.m.
References adjustSubviews, delegate, DIM, isAdjusting, isHorizontal, mustAdjust, setMustAdjust, and RBSplitSubview::splitView.
- (void) setHorizontal: | (BOOL) | flag |
Definition at line 403 of file RBSplitView.m.
References divider, isHorizontal, setDividerThickness:, setMustAdjust, and RBSplitSubview::splitView.
Referenced by setVertical:.
- (void) setMustAdjust |
Definition at line 333 of file RBSplitView.m.
References mustAdjust, and setMustAdjust.
Referenced by addSubview:, addSubview:positioned:relativeTo:, RBSplitSubview::changeDimensionBy:mayCollapse:move:, initWithCoder:, initWithFrame:andSubviews:, isHorizontal, RBSplitSubview(RB___SubviewAdditions)::RB___setFrame:withFraction:notify:, RBSplitSubview(RB___SubviewAdditions)::RB___setFrameSize:withFraction:, RBSplitView(RB___ViewAdditions)::RB___tryToExpandLeading:divider:trailing:delta:, RBSplitView(RB___ViewAdditions)::RB___tryToShortenLeading:divider:trailing:delta:always:, RBSplitView(RB___ViewAdditions)::RB___tryToShortenTrailing:divider:leading:delta:always:, setCoupled:, setDivider:, setDividerThickness:, setFrameSize:, setHorizontal:, RBSplitSubview::setMinDimension:andMaxDimension:, setMustAdjust, setStateFromString:, and willRemoveSubview:.
- (BOOL) setStateFromString: | (NSString*) | aString |
Definition at line 210 of file RBSplitView.m.
References DIM, isHorizontal, RBSplitSubview::RB___collapse, RBSplitSubview::RB___setFrame:withFraction:notify:, RBSplitSubview::RB___setHidden:, and setMustAdjust.
Referenced by restoreState:.
- (BOOL) setStatesFromArray: | (NSArray*) | array |
Definition at line 164 of file RBSplitView.m.
- (void) setVertical: | (BOOL) | flag |
Definition at line 416 of file RBSplitView.m.
References setHorizontal:.
Referenced by OOJavaScriptConsoleController::awakeFromNib, and initWithFrame:.
|
implementation |
Definition at line 359 of file RBSplitView.m.
- (NSString *) stringWithSavedState |
Definition at line 193 of file RBSplitView.m.
References RBSplitSubview::isCollapsed, and stringWithSavedState.
Referenced by arrayWithStates, autosaveName, description, saveState:, and stringWithSavedState.
- (RBSplitSubview *) subviewAtPosition: | (NSUInteger) | position |
Definition at line 431 of file RBSplitView.m.
References nil, and RBSplitSubview::position.
Referenced by addSubview:atPosition:, and OOJavaScriptConsoleController::awakeFromNib.
- (RBSplitSubview *) subviewWithIdentifier: | (NSString*) | anIdentifier |
Definition at line 421 of file RBSplitView.m.
References RBSplitSubview::identifier, and nil.
|
implementation |
Definition at line 537 of file RBSplitView.m.
References isInScrollView, and viewDidMoveToSuperview.
Referenced by viewDidMoveToSuperview.
|
implementation |
Definition at line 544 of file RBSplitView.m.
References RBSplitSubview::RB___stopAnimation, and setMustAdjust.
|
protected |
Definition at line 79 of file RBSplitView.m.
Referenced by autosaveName, restoreState:, saveState:, and setAutosaveName:recursively:.
|
protected |
Definition at line 369 of file RBSplitView.m.
Referenced by background, drawDivider:inRect:betweenView:andView:, RBSplitSubview::drawRect:, isOpaque, and setBackground:.
|
protected |
Definition at line 34 of file RBSplitView.h.
Referenced by initWithCoder:, initWithFrame:, restoreState:, and saveState:.
|
protected |
Definition at line 441 of file RBSplitView.m.
Referenced by delegate, drawDivider:inRect:betweenView:andView:, RBSplitSubview::drawRect:, RBSplitSubview::hitTest:, mouseDown:, RBSplitSubview(RB___SubviewAdditions)::RB___animationData:resize:, RBSplitSubview(RB___SubviewAdditions)::RB___finishCollapse:withFraction:, RBSplitSubview(RB___SubviewAdditions)::RB___finishExpand:withFraction:, RBSplitSubview(RB___SubviewAdditions)::RB___setFrame:withFraction:notify:, resetCursorRects, setDelegate:, and setFrameSize:.
|
protected |
Definition at line 453 of file RBSplitView.m.
Referenced by divider, drawRect:, mouseDown:, RBSplitView(RB___ViewAdditions)::RB___drawDividersIn:forDividerRect:thickness:, resetCursorRects, setCoupled:, setDivider:, and setHorizontal:.
|
protected |
Definition at line 29 of file RBSplitView.h.
Referenced by dealloc, drawRect:, initWithCoder:, initWithFrame:, mouseDown:, and resetCursorRects.
|
protected |
Definition at line 477 of file RBSplitView.m.
Referenced by dividerThickness, drawRect:, mouseDown:, RBSplitView(RB___ViewAdditions)::RB___adjustSubviewsExcepting:, resetCursorRects, and setDividerThickness:.
|
protected |
Definition at line 954 of file RBSplitView.m.
Referenced by display, isAdjusting, needsDisplay, and setFrameSize:.
|
protected |
Definition at line 301 of file RBSplitView.m.
Referenced by coupledSplitView, couplingSplitView, initWithCoder:, initWithFrame:, and setCoupled:.
|
protected |
Definition at line 344 of file RBSplitView.m.
Referenced by initWithCoder:, initWithFrame:, isDragging, and saveState:.
|
protected |
Definition at line 398 of file RBSplitView.m.
Referenced by RBSplitSubview::changeDimensionBy:mayCollapse:move:, initWithCoder:, isHorizontal, isVertical, RBSplitSubview::mouseDown:, mouseDown:, RBSplitView(RB___ViewAdditions)::RB___addCursorRectsTo:forDividerRect:thickness:, RBSplitView(RB___ViewAdditions)::RB___adjustSubviewsExcepting:, RBSplitSubview(RB___SubviewAdditions)::RB___collapse, RBSplitView(RB___ViewAdditions)::RB___dimensionWithoutDividers, RBSplitView(RB___ViewAdditions)::RB___dividerHitBy:relativeToView:thickness:, RBSplitView(RB___ViewAdditions)::RB___dividerOrigin:, RBSplitView(RB___ViewAdditions)::RB___drawDividersIn:forDividerRect:thickness:, RBSplitSubview(RB___SubviewAdditions)::RB___expandAndSetToMinimum:, RBSplitSubview(RB___SubviewAdditions)::RB___stepAnimation, RBSplitView(RB___ViewAdditions)::RB___trackMouseEvent:from:withBase:inDivider:, RBSplitView(RB___ViewAdditions)::RB___tryToExpandLeading:divider:trailing:delta:, RBSplitView(RB___ViewAdditions)::RB___tryToShortenLeading:divider:trailing:delta:always:, RBSplitView(RB___ViewAdditions)::RB___tryToShortenTrailing:divider:leading:delta:always:, RBSplitSubview::resizeSubviewsWithOldSize:, restoreState:, saveState:, RBSplitSubview::setDimension:, setFrameSize:, setHorizontal:, setStateFromString:, and RBSplitSubview::splitViewIsHorizontal.
|
protected |
Definition at line 349 of file RBSplitView.m.
Referenced by initWithCoder:, initWithFrame:, isInScrollView, and viewDidMoveToSuperview.
|
protected |
Definition at line 339 of file RBSplitView.m.
Referenced by display, mouseDown:, mustAdjust, needsDisplay, setFrameSize:, and setMustAdjust.
|
protected |
Definition at line 32 of file RBSplitView.h.