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

This is Point.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface Point : Object
{
	NXPoint	point;
}

- initFromX:(float)x y:(float)y;
- initFrom:(NXPoint *)p;

- (NXPoint *)asCPointer;

- setX:(float)x;
- setX:(float)x y:(float)y;
- setY:(float)y;
- (double)xCoord;
- (double)yCoord;

@end

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