ftp.nice.ch/pub/next/connectivity/news/Alexandra-0.9.s.tar.gz#/alex/NiceStuff.subproj/ImageCell.h

This is ImageCell.h in view mode; [Download] [Up]

#import <appkit/Cell.h>

@interface ImageCell:Cell
{
	NSString	*_path;
	NXImage		*_image;
}

- (NXImage *)image;
- (NSString *)imagePath;
- (void)setImagePath:(NSString *)aPathName;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.