10#import <Cocoa/Cocoa.h>
48- (id)initWithFrame:(NSRect)frame;
66- (void)setCoupled:(BOOL)flag;
70- (BOOL)splitViewIsHorizontal;
73- (NSUInteger)numberOfSubviews;
76- (void)setTag:(NSInteger)theTag;
80- (void)setIdentifier:(NSString*)aString;
81- (NSString*)identifier;
87- (NSUInteger)position;
88- (void)setPosition:(NSUInteger)newPosition;
101- (void)setCanCollapse:(BOOL)flag;
110- (CGFloat)minDimension;
111- (CGFloat)maxDimension;
112- (void)setMinDimension:(CGFloat)newMinDimension andMaxDimension:(CGFloat)newMaxDimension;
124- (BOOL)collapseWithAnimation;
125- (BOOL)expandWithAnimation;
130- (BOOL)collapseWithAnimation:(BOOL)animate withResize:(BOOL)resize;
131- (BOOL)expandWithAnimation:(BOOL)animate withResize:(BOOL)resize;
138- (void)setDimension:(CGFloat)value;
143- (CGFloat)changeDimensionBy:(CGFloat)increment mayCollapse:(BOOL)mayCollapse move:(BOOL)move;