This is IconColumnCell.h in view mode; [Download] [Up]
// IconColumnCell.h -
//
//
#import <appkit/Bitmap.h>
#import <dpsclient/dpsclient.h>
#import <dpsclient/dpsNeXT.h>
#import <math.h>
#import "Item.h"
#import "ColumnCell.h"
@interface IconColumnCell:ColumnCell
{
@public
Item *aux;
int numBitmaps;
Bitmap **bitmap;
}
- setAux:(id)newAux;
- aux;
- setNumBitmaps:(int)num;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.