This is STSplitViewDelegate.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "STDelegate.h"
@interface STSplitViewDelegate : STDelegate
{
}
+ (int)forwardToSmalltalk:(SEL)aSelector;
//- splitView:sender resizeSubviews:(const NXSize *)oldSize;
- (float)splitView:sender minYOfSubviewAt:(int)offset;
- (float)splitView:sender maxYOfSubviewAt:(int)offset;
- splitView:sender getMinY:(NXCoord *)minY maxY:(NXCoord *)maxY ofSubviewAt:(int)offset;
- splitViewDidResizeSubviews:sender;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.