This is MoveMatrix.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <appkit/Matrix.h> @interface MoveMatrix:Matrix { id moveDelegate; // delegate may receive matrixDidExchange:: } - initFrame: (const NXRect *) frameRect; - initFrame: (const NXRect *) frameRect mode: (int) mode prototype: anObject numRows: (int) nRows numCols: (int) nCols; - setMoveDelegate: anObject; - moveDelegate; - mouseDown:(NXEvent *) event; - (BOOL) move: (NXEvent *) event; - selectionCache; -(int)cacheCell:aCell in:(NXRect *)sbounds inView:aView; - compositeSelection:(const NXRect *)sbounds from:(int)gstate; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.