This is OV_Wind_10x2.m in view mode; [Download] [Up]
#import "OV_Wind_10x2.h" #import "../Controller.h" // class that our "File's Owner" is... @implementation OV_Wind_10x2 - (int)getMaxImageTag { return [ovImageMatrix cellCount]; } - (int)getMaxRangeTag { return 101; } - getMyButtonImageSize:(NXSize *)aSize; { NXSize ovButtonSize = {76.6, 50.6}; *aSize = ovButtonSize; return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.