ftp.nice.ch/pub/next/connectivity/conferences/NetTalk.1.4b.s.tar.gz#/NetTalk_V1.4beta/OrderMatrix.h

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.