ftp.nice.ch/pub/next/developer/languages/smalltalk/smalltalk.1.2.alpha5.s.tar.gz#/smalltalk-1.2.alpha5/objc/objclib/STSplitViewDelegate.h

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;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.