This is PreviewCell.h in view mode; [Download] [Up]
// PreviewCell.h
//
// created by Martin Wennerberg on Sun 28-Dec-1997
//
// when who modification
#import <AppKit/AppKit.h>
@interface PreviewCell : NSCell
{
NSBitmapImageRep *bitmap;
BOOL shouldDrawLines;
float delta;
id delegate;
}
- (void) drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
- (void) setBitmap:(NSBitmapImageRep *)obj;
- (NSBitmapImageRep *)bitmap;
- (void) setDelta:(float)val;
- (void) setDelegate:(id)obj;
- (void) setShouldDrawLines:(BOOL)yn;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.