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

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

#import "drawundo.h"

@interface AlignGraphicsChange(PrivateMethods)

@end

@implementation AlignGraphicsChange

- (const char *)changeName
{
    return NXLocalStringFromTable("Operations", "Align", NULL, "The operation of aligning some graphical entities together.");
}

- changeDetailClass
{
    return [DimensionsChangeDetail class];
}

@end

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