#define TRUE1 #define FALSE0 int days_in_month[]={0,31,28,31,30,31,30,31,31,30,31,30,31}; char *months[]=
I\'m using an NSMatrix as a keypad and calling: [selectedCell setEnabled:NO]; [selectedCell setTransparent:YES];
I need to create an NSMatrix with NSImageCells bound to an array controller. So the content of the NSMatrix is bound to an NSArray (so there are as many NSImageCells in the matrix as there are objects