This is TGIFCell.h in view mode; [Download] [Up]
#import "ListCell.h"
#import "NXBitmapGraphicRep.h"
@interface TGIFCell : ListCell
{
char *command;
int number1, number2, number3;
}
- init;
- (char *)emitCmd;
- free;
- drawInside:(const NXRect *)cellFrame inView:controlView;
@end
extern NXBitmapGraphicRep *theBitmap;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.