ftp.nice.ch/pub/next/graphics/apps/GraphicsWrap.N.bs.tar.gz#/462/ListMatrix.h

This is ListMatrix.h in view mode; [Download] [Up]

#import <appkit/Matrix.h>

@interface ListMatrix:Matrix
{
    id	matrixCache, cellCache, activeCell;
    BOOL controlDrag;
}

/* instance methods */
- cellListIncludeAll:(BOOL) all;
- (BOOL)addToList:sender;

- init;
- free;
- mouseDown:(NXEvent *)theEvent;
- drawSelf:(NXRect *)rects :(int)count;
- setupCacheWindows;
- sizeCacheWindow:cacheWindow to:(NXSize *)windowSize;

- (BOOL)controlDrag;
- setControlDrag:(BOOL) asdf;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.