ftp.nice.ch/pub/next/text/etext/eText5-0.93.Source.NIHS.tar.gz#/eText5/unused4Code/BBC.bproj/DocumentIcon.h

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

#import <appkit/appkit.h>

@interface DocumentIcon: Control {
    id		image;
    id		target;
    SEL		action;
    const char	*filename;
}

- initFrame:(const NXRect *)frameRect;
- drawSelf:(const NXRect *)rects :(int)rectCount;
- free;

- (const char *) stringValue;
- setStringValue: (const char *) aString;

@end

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