This is MatrixSet.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface MatrixSet:Object { id theArticleViewControl; id nntpServer; id myMatrix; id myMList; id currentSelection; int numSelCells; SEL unselAction; id unselTarget; } - init; - theMatrix; - (List *)matrixList; - (int)numSelCells; - redisplayMatrix; - currentSelection; - sync; - syncAndReturnList:(BOOL)flag; - (const char *)stringValueForCellAt:(int)index; - (int)grep:(const char *)pattern regexpr:(BOOL)regexpr cases:(BOOL)cases; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.