ftp.nice.ch/pub/next/science/mathematics/HippoDraw.2.0.s.tar.gz#/HippoDraw/Hippo.bproj/Draw.subproj/gvHippo.m

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

#import "draw.h"

@implementation GraphicView(Hippo)

- graphicsPerform:(SEL)aSelector with:(void *)argument andDraw:(BOOL)flag
{
    if ( flag ) {
        [self graphicsPerform:aSelector with:argument];
    } else {
	[slist makeObjectsPerform:aSelector with:argument];
    }
    return self;
}
@end

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