This is OrderMatrix.h in view mode; [Download] [Up]
#import <appkit/Matrix.h> @interface OrderMatrix : Matrix { id matrixCache; id cellCache; id activeCell; } - free; - delete:sender; - mouseDown:(NXEvent *)theEvent; - drawSelf:(NXRect *)rects :(int)count; - setupCacheWindows; - sizeCacheWindow:cacheWindow to:(NXSize *)windowSize; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.