ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/Sources/WindowForOOE.m

This is WindowForOOE.m in view mode; [Download] [Up]

#import "ScrollViewDeluxeForOOE.h"
#import "WindowForOOE.h"

@implementation WindowForOOE

- setDocEdited:(BOOL)flag;
{
	[super setDocEdited:flag];
	[contentView ooeStatusChanged:delegate];
	return self;
}

@end


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