This is MyCell.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import <appkit/Cell.h>
@interface MyCell:Cell
{
float color;
}
- init;
- (float) color;
- setColor:(float)newcolor;
- drawInside:(const NXRect *)cellFrame inView:controlView;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.