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.