This is OV_Wind_2x12.m in view mode; [Download] [Up]
#import "OV_Wind_2x12.h" #import "../Controller.h" // class that our "File's Owner" is... @implementation OV_Wind_2x12 - (int)getMaxImageTag { return [ovImageMatrix cellCount]; } - (int)getMaxRangeTag { return 97; } - 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.