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

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

#import <appkit/appkit.h>

@interface Size : Object
{
	NXSize	size;
}

- initFromWidth:(float)w height:(float)h;
- initFrom:(NXSize *)s;

- (NXSize *)asCPointer;

- setWidth:(float)w;
- setWidth:(float)w height:(float)h;
- setHeight:(float)h;
- (double)width;
- (double)height;

@end

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