This is Controller.m in view mode; [Download] [Up]
#include "Controller.h"
#include <appkit/Cell.h>
#include <appkit/Form.h>
@implementation Controller
- matrixClicked:sender
{
int i;
i = [sender selectedCol];
[form setIntValue:i at:0];
i = [[sender selectedCell] tag];
[form setIntValue:i at:1];
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.