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

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

#import "wooddoc.h"

@implementation WoodDoc (ZoomDelegate)

- documentDidZoom:sender
{
	[self updateViewsDirty:NO rect:NULL flag:SCROLL_TREEVIEW];
	return self;
}

@end

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